RasterImage.LoadPartialArgb32Pixels

RasterImage.LoadPartialArgb32Pixels method

Loads 32-bit ARGB pixels partially by packs.

public void LoadPartialArgb32Pixels(Rectangle rectangle, 
    IPartialArgb32PixelLoader partialPixelLoader)
ParameterTypeDescription
rectangleRectangleThe desired rectangle.
partialPixelLoaderIPartialArgb32PixelLoaderThe 32-bit ARGB pixel loader.

See Also