IPartialPixelLoader Class

Summary: Conforms to the pixels loaded partially.

Module: aspose.imaging

Full Name: aspose.imaging.IPartialPixelLoader

Aspose.Imaging Version: 24.5.0

Methods

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

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

 process(pixels_rectangle, pixels, start, end) 

Processes the loaded pixels.

Parameters:

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