RasterImage.LoadPixels

RasterImage.LoadPixels method

Loads pixels.

public Color[] LoadPixels(Rectangle rectangle)
ParameterTypeDescription
rectangleRectangleThe rectangle to load pixels from.

Return Value

The loaded pixels array.

See Also