Process

IPartialArgb32PixelLoader.Process method

Processes the loaded pixels.

public void Process(Rectangle pixelsRectangle, int[] pixels, Point start, Point end)
ParameterTypeDescription
pixelsRectangleRectangleThe pixels rectangle.
pixelsInt32[]The 32-bit ARGB pixels.
startPointThe start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have.
endPointThe end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have.

See Also