Click or drag to resize

BitmapDataGetPixel Method (Point)

Gets the color of the pixel at the specified position

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Color GetPixel(
	Point position
)

Parameters

position
Type: Eto.DrawingPoint
Position to get the color of the pixel.

Return Value

Type: Color
The color of the pixel.
See Also