RasterImage.LoadArgb64Pixels

RasterImage.LoadArgb64Pixels method

Loads 64-bit ARGB pixels.

public long[] LoadArgb64Pixels(Rectangle rectangle)
ParameterTypeDescription
rectangleRectangleThe rectangle to load pixels from.

Return Value

The loaded 64-bit ARGB pixels array.

See Also