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
Syntaxpublic void WriteScanLine(
int scanLineIndex,
int[] pixels
)
Public Sub WriteScanLine (
scanLineIndex As Integer,
pixels As Integer()
)
public:
void WriteScanLine(
int scanLineIndex,
array<int>^ pixels
)
member WriteScanLine :
scanLineIndex : int *
pixels : int[] -> unit
Parameters
- scanLineIndex
- Type: SystemInt32
Zero based index of the scan line. - pixels
- Type: SystemInt32
The pixel colors array as ARGB to write.
See Also