RasterImage.ReadScanLine

RasterImage.ReadScanLine method

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

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

Return Value

The scan line pixel color values array.

See Also