SavePixelsInternal

RasterCachedImage.SavePixelsInternal method

Saves pixels (format specific method).

protected void SavePixelsInternal(Rectangle rectangle, int[] pixels)
parameterdescription
rectangleThe rectangle to save pixels to.
pixelsThe 32-bit ARGB pixels array.

See Also