RasterImage.WriteArgb32ScanLine
RasterImage.WriteArgb32ScanLine method
Writes the whole scan line to the specified scan line index.
public void WriteArgb32ScanLine(int scanLineIndex, int[] argb32Pixels)
Parameter | Type | Description |
---|---|---|
scanLineIndex | Int32 | Zero based index of the scan line. |
argb32Pixels | Int32[] | The 32-bit ARGB colors array to write. |
See Also
- class RasterImage
- namespace Aspose.Imaging
- assembly Aspose.Imaging