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
)
Public MustOverride Sub SetPixel (
x As Integer,
y As Integer,
color As Color
)
abstract SetPixel :
x : int *
y : int *
color : Color -> unit
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