UtilImageCaptureCursorIcon(Point) Method
Captures the mouse cursor icon.
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 Bitmap CaptureCursorIcon(
ref Point refPoint
)
Public Shared Function CaptureCursorIcon (
ByRef refPoint As Point
) As Bitmap
Dim refPoint As Point
Dim returnValue As Bitmap
returnValue = UtilImage.CaptureCursorIcon(refPoint)
public:
static Bitmap^ CaptureCursorIcon(
Point% refPoint
)
static member CaptureCursorIcon :
refPoint : Point byref -> Bitmap
No code example is currently available or this language may not be supported.
- refPoint Point
-
A Point structure that receives the mouse position, in screen coordinates.
Bitmap
The resulting image.