RasterImage.LoadArgb32Pixels

RasterImage.LoadArgb32Pixels method

Loads 32-bit ARGB pixels.

public int[] LoadArgb32Pixels(Rectangle rectangle)
ParameterTypeDescription
rectangleRectangleThe rectangle to load pixels from.

Return Value

The loaded 32-bit ARGB pixels array.

See Also