| 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
SyntaxColor GetPixel(
	int x,
	int y
)
Function GetPixel ( 
	x As Integer,
	y As Integer
) As Color
abstract GetPixel : 
        x : int * 
        y : int -> Color 
Parameters
- x
- Type: SystemInt32
 The x coordinate
- y
- Type: SystemInt32
 The y coordinate
Return Value
Type: 
ColorThe color of the pixel at the specified coordinates
 See Also
See Also