IPartialArgb64PixelLoader Class

Summary: The 64-bit ARGB pixels loader.

Module: aspose.imaging

Full Name: aspose.imaging.IPartialArgb64PixelLoader

Methods

NameDescription
process64(pixels_rectangle, pixels, start, end)Processes the loaded pixels.

Method: process64(pixels_rectangle, pixels, start, end)

 process64(pixels_rectangle, pixels, start, end) 

Processes the loaded pixels.

Parameters:

ParameterTypeDescription
pixels_rectangleRectangleThe pixels rectangle.
pixelsint[]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.