Interface IPartialArgb32PixelLoader
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
RectangleThe pixels rectangle.
pixels
int[]The 32-bit ARGB pixels.
start
PointThe start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have.
end
PointThe end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have.