RasterImage.GetDefaultArgb32Pixels

RasterImage.GetDefaultArgb32Pixels method

Gets the default 32-bit ARGB pixels array.

public int[] GetDefaultArgb32Pixels(Rectangle rectangle)
ParameterTypeDescription
rectangleRectangleThe rectangle to get pixels for.

Return Value

The default pixels array.

See Also