RasterImage.SetPixel

RasterImage.SetPixel method

Sets an image pixel for the specified position.

public void SetPixel(int x, int y, Color color)
ParameterTypeDescription
xInt32The pixel x location.
yInt32The pixel y location.
colorColorThe pixel color for the specified position.

See Also