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)
ParameterTypeDescription
xInt32The pixel x location.
yInt32The pixel y location.
argb32ColorInt32The 32-bit ARGB pixel for the specified position.

See Also