LoadPixelsInternal

RasterImage.LoadPixelsInternal method

Loads pixels (format specific method).

protected void LoadPixelsInternal(Rectangle rectangle, IPartialArgb32PixelLoader pixelLoader)
parameterdescription
rectangleThe rectangle to load pixels from.
pixelLoaderThe partial pixel loader. The inheritor should call corresponding methods on this interface when pixels are loaded.

See Also