UtilColorGetPixelColor(Point) Method
Gets the color of a pixel at the specified coordinates.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Color GetPixelColor(
Point location
)
Public Shared Function GetPixelColor (
location As Point
) As Color
Dim location As Point
Dim returnValue As Color
returnValue = UtilColor.GetPixelColor(location)
public:
static Color GetPixelColor(
Point location
)
static member GetPixelColor :
location : Point -> Color
No code example is currently available or this language may not be supported.
- location Point
-
The (x,yy) coordinates.
Color
The color of the pixel.