RasterImage.WriteScanLine
WriteScanLine(int, int[])
Writes the whole scan line to the specified scan line index.
public void WriteScanLine(int scanLineIndex, int[] pixels)
Parameter | Type | Description |
---|---|---|
scanLineIndex | Int32 | Zero based index of the scan line. |
pixels | Int32[] | The pixel colors array as ARGB to write. |
See Also
- class RasterImage
- namespace Aspose.CAD
- assembly Aspose.CAD
WriteScanLine(int, Color[])
Writes the whole scan line to the specified scan line index.
public void WriteScanLine(int scanLineIndex, Color[] pixels)
Parameter | Type | Description |
---|---|---|
scanLineIndex | Int32 | Zero based index of the scan line. |
pixels | Color[] | The pixel colors array to write. |
See Also
- struct Color
- class RasterImage
- namespace Aspose.CAD
- assembly Aspose.CAD