RasterImageWriteScanLine Method (Int32, Int32)

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

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public void WriteScanLine(
	int scanLineIndex,
	int[] pixels
)

Parameters

scanLineIndex
Type: SystemInt32
Zero based index of the scan line.
pixels
Type: SystemInt32
The pixel colors array as ARGB to write.
See Also