IPartialPixelLoader

public interface IPartialPixelLoader

Conforms to the pixels loaded partially.

Methods

MethodDescription
process(Rectangle pixelsRectangle, Color[] pixels, Point start, Point end)Processes the loaded pixels.

process(Rectangle pixelsRectangle, Color[] pixels, Point start, Point end)

public abstract void process(Rectangle pixelsRectangle, Color[] pixels, Point start, Point end)

Processes the loaded pixels.

Parameters:

ParameterTypeDescription
pixelsRectangleRectangleThe pixels rectangle.
pixelsColor[]The 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.