UtilColorGetPixelColor(Int32, Int32) 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(
int x,
int y
)
Public Shared Function GetPixelColor (
x As Integer,
y As Integer
) As Color
Dim x As Integer
Dim y As Integer
Dim returnValue As Color
returnValue = UtilColor.GetPixelColor(x,
y)
public:
static Color GetPixelColor(
int x,
int y
)
static member GetPixelColor :
x : int *
y : int -> Color
No code example is currently available or this language may not be supported.
- x Int32
-
The x coordinate.
- y Int32
-
The y coordinate.
Color
The color of the pixel.