save_argb_32_pixels method
save_argb_32_pixels
Saves the 32-bit ARGB pixels.
def save_argb_32_pixels(self, rectangle, pixels):
...
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle to save pixels to. |
pixels | list | The 32-bit ARGB pixels array. |
See Also
- module
aspose.cad
- class
RasterImage