Click or drag to resize

BitmapIHandlerGetPixel Method

Gets the color of the pixel at the specified coordinates

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Color GetPixel(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The x coordinate
y
Type: SystemInt32
The y coordinate

Return Value

Type: Color
The color of the pixel at the specified coordinates
See Also