WriteScanLine

RasterImage.WriteScanLine method

Writes the whole scan line to the specified scan line index.

public void WriteScanLine(int scanLineIndex, Color[] pixels)
ParameterTypeDescription
scanLineIndexInt32Zero based index of the scan line.
pixelsColor[]The pixel colors array to write.

See Also