RasterImage.ReadArgb32ScanLine

RasterImage.ReadArgb32ScanLine method

Reads the whole scan line by the specified scan line index.

public int[] ReadArgb32ScanLine(int scanLineIndex)
ParameterTypeDescription
scanLineIndexInt32Zero based index of the scan line.

Return Value

The scan line 32-bit ARGB color values array.

See Also