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