Click or drag to resize

BitmapDataSetPixel Method (Int32, Int32, Color)

Sets the pixel color at the specified coordinates.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract void SetPixel(
	int x,
	int y,
	Color color
)

Parameters

x
Type: SystemInt32
The x coordinate of the pixel to set.
y
Type: SystemInt32
The y coordinate of the pixel to set.
color
Type: Eto.DrawingColor
Color to set the pixel to.
See Also