[]
retrieves the red, green, blue (RGB) color value of the pixel at the specified coordinates.
public virtual Color GetPixel(Point point)
Type | Name | Description |
---|---|---|
Point | point | Specifies the coordinate, in logical units, of the pixel to be examined. |
Type | Description |
---|---|
Color | The return value is the RGB value of the pixel. If the pixel is outside of the current clipping region, the return value is Color.Empty. |