Sets the pixel at the position [x, y] to color.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void DrawPixel(
	Color color,
	int x,
	int y
)

Parameters

color
Type: System.Drawing..::.Color
A pixel color.
x
Type: System..::.Int32
The X coordinate.
y
Type: System..::.Int32
The Y coordinate.

See Also