RasterImage.SetArgb32Pixel
RasterImage.SetArgb32Pixel method
Sets an image 32-bit ARGB pixel for the specified position.
public void SetArgb32Pixel(int x, int y, int argb32Color)
Parameter | Type | Description |
---|---|---|
x | Int32 | The pixel x location. |
y | Int32 | The pixel y location. |
argb32Color | Int32 | The 32-bit ARGB pixel for the specified position. |
See Also
- class RasterImage
- namespace Aspose.PSD
- assembly Aspose.PSD