UtilColorGetPixelBrush(Point) Method
Gets the color of a pixel at the specified coordinates and returns a Brush.
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 SolidBrush GetPixelBrush(
Point location
)
Public Shared Function GetPixelBrush (
location As Point
) As SolidBrush
Dim location As Point
Dim returnValue As SolidBrush
returnValue = UtilColor.GetPixelBrush(location)
public:
static SolidBrush^ GetPixelBrush(
Point location
)
static member GetPixelBrush :
location : Point -> SolidBrush
No code example is currently available or this language may not be supported.
- location Point
-
The (x,yy) coordinates.
SolidBrush
The
Brush.