Method SetPixel
SetPixel(float, float, Color)
Sets pixel at the specified coordinates to the specified color.
public void SetPixel(float x, float y, Color color)
Parameters
xfloatThe X coordinate of the point.
yfloatThe Y coordinate of the point.
colorColorThe color used to set the pixel.
SetPixel(PointD, Pen)
Sets pixel at the specified coordinates to the color of the specified pen.
public void SetPixel(PointD point, Pen pen)
Parameters
SetPixel(float, float, Pen)
Sets pixel at the specified coordinates to the specified color.
public void SetPixel(float x, float y, Pen pen)