UtilColorGetPixelPen(Point) 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(
Point location
)
Public Shared Function GetPixelPen (
location As Point
) As Pen
Dim location As Point
Dim returnValue As Pen
returnValue = UtilColor.GetPixelPen(location)
public:
static Pen^ GetPixelPen(
Point location
)
static member GetPixelPen :
location : Point -> Pen
No code example is currently available or this language may not be supported.
- location Point
-
The (x,yy) coordinates.
Pen
The
Pen.