RasterImage.ReadScanLineArgb

RasterImage.ReadScanLineArgb method

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

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

Return Value

The scan line pixel color values array as ARGB.

See Also