Interface IPartialArgb32PixelLoader
Interface IPartialArgb32PixelLoader
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)
Conforms to the 32-bit ARGB pixels loaded partially.
public interface IPartialArgb32PixelLoader
Methods
Process(Rectangle, int[], Point, Point)
Processes the loaded pixels.
void Process(Rectangle pixelsRectangle, int[] pixels, Point start, Point end)
Parameters
pixelsRectangle
Rectangle
The pixels rectangle.
pixels
int[]
The 32-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.