UtilColorGetPixelPen(Int32, Int32) Method
Gets the color of a pixel at the specified coordinates and returns a Pen.
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 Pen GetPixelPen(
int x,
int y
)
Public Shared Function GetPixelPen (
x As Integer,
y As Integer
) As Pen
Dim x As Integer
Dim y As Integer
Dim returnValue As Pen
returnValue = UtilColor.GetPixelPen(x,
y)
public:
static Pen^ GetPixelPen(
int x,
int y
)
static member GetPixelPen :
x : int *
y : int -> Pen
No code example is currently available or this language may not be supported.
- x Int32
-
The x coordinate.
- y Int32
-
The y coordinate.
Pen
The
Pen.