public interface IPartialArgb32PixelLoader
Conforms to the 32-bit ARGB pixels loaded partially.
Modifier and Type | Method and Description |
---|---|
void |
process(Rectangle pixelsRectangle,
int[] pixels,
Point start,
Point end)
Processes the loaded pixels.
|
void process(Rectangle pixelsRectangle, int[] pixels, Point start, Point end)
Processes the loaded pixels.
pixelsRectangle
- The pixels rectangle.pixels
- The pixels in argb formatstart
- The start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have.end
- The end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have.