IPartialArgb64PixelLoader
All Implemented Interfaces: com.aspose.imaging.IPartialArgb32PixelLoader
public interface IPartialArgb64PixelLoader extends IPartialArgb32PixelLoader
The 64-bit ARGB pixels loader.
Methods
Method | Description |
---|---|
process64(Rectangle pixelsRectangle, long[] pixels, Point start, Point end) | Processes the loaded pixels. |
process64(Rectangle pixelsRectangle, long[] pixels, Point start, Point end)
public abstract void process64(Rectangle pixelsRectangle, long[] pixels, Point start, Point end)
Processes the loaded pixels.
Parameters:
Parameter | Type | Description |
---|---|---|
pixelsRectangle | Rectangle | The pixels rectangle. |
pixels | long[] | The 64-bit ARGB pixels. |
start | Point | The start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have. |
end | Point | The end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have. |