IPartialArgb64PixelLoader

All Implemented Interfaces: com.aspose.imaging.IPartialArgb32PixelLoader

public interface IPartialArgb64PixelLoader extends IPartialArgb32PixelLoader

The 64-bit ARGB pixels loader.

Methods

MethodDescription
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:

ParameterTypeDescription
pixelsRectangleRectangleThe pixels rectangle.
pixelslong[]The 64-bit ARGB pixels.
startPointThe start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have.
endPointThe end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have.