WriteArgb32ScanLine

RasterImage.WriteArgb32ScanLine method

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

public void WriteArgb32ScanLine(int scanLineIndex, int[] argb32Pixels)
ParameterTypeDescription
scanLineIndexInt32Zero based index of the scan line.
argb32PixelsInt32[]The 32-bit ARGB colors array to write.

See Also