set_argb_32_pixel method
set_argb_32_pixel
Sets an image 32-bit ARGB pixel for the specified position.
def set_argb_32_pixel(self, x, y, argb_32_color):
...
Parameter | Type | Description |
---|---|---|
x | int | The pixel x location. |
y | int | The pixel y location. |
argb_32_color | int | The 32-bit ARGB pixel for the specified position. |
See Also
- module
aspose.cad
- class
RasterImage