Bitmap.WriteArgb32Pixels
Bitmap.WriteArgb32Pixels method
Writes pixels to the bitmap.
public void WriteArgb32Pixels(int[] pixels)
| Parameter | Type | Description |
|---|---|---|
| pixels | Int32[] | Array with source pixels in ARGB32 format. Must have enough length. |
See Also
- class Bitmap
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common