Bitmap.ReadArgb32Pixels
Bitmap.ReadArgb32Pixels method
Reads bitmap pixels in ARGB32 format into given array.
public void ReadArgb32Pixels(int[] pixels)
Parameter | Type | Description |
---|---|---|
pixels | Int32[] | Array to place bitmap pixels. Must have enough capacity. |
See Also
- class Bitmap
- namespace System.Drawing
- assembly Aspose.Drawing