IPartialArgb32PixelLoader
public interface IPartialArgb32PixelLoader
Conforms to the 32-bit ARGB pixels loaded partially.
Methods
Method | Description |
---|---|
process(Rectangle pixelsRectangle, int[] pixels, Point start, Point end) | Processes the loaded pixels. |
process(Rectangle pixelsRectangle, int[] pixels, Point start, Point end)
public abstract void process(Rectangle pixelsRectangle, int[] pixels, Point start, Point end)
Processes the loaded pixels.
Parameters:
Parameter | Type | Description |
---|---|---|
pixelsRectangle | Rectangle | The pixels rectangle. |
pixels | int[] | The pixels in argb format |
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. |