IPartialArgb32PixelLoader.Process
IPartialArgb32PixelLoader.Process method
Processes the loaded pixels.
public void Process(Rectangle pixelsRectangle, int[] pixels, Point start, Point end)
Parameter | Type | Description |
---|---|---|
pixelsRectangle | Rectangle | The pixels rectangle. |
pixels | Int32[] | 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. |
See Also
- struct Rectangle
- struct Point
- interface IPartialArgb32PixelLoader
- namespace Aspose.Imaging
- assembly Aspose.Imaging