Process64

IPartialArgb64PixelLoader.Process64 method

Processes the loaded pixels.

public void Process64(Rectangle pixelsRectangle, long[] pixels, Point start, Point end)
ParameterTypeDescription
pixelsRectangleRectangleThe pixels rectangle.
pixelsInt64[]The 64-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