RasterImage.WriteScanLine
RasterImage.WriteScanLine method
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.Imaging
- assembly Aspose.Imaging