Interface IPartialArgb64PixelLoader
Interface IPartialArgb64PixelLoader
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.8.0)
The 64-bit ARGB pixels loader.
public interface IPartialArgb64PixelLoader : IPartialArgb32PixelLoaderImplements
Methods
Process64(Rectangle, long[], Point, Point)
Processes the loaded pixels.
void Process64(Rectangle pixelsRectangle, long[] pixels, Point start, Point end)Parameters
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.