UtilImageCaptureCursorIcon(Point) Method

Captures the mouse cursor icon.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: 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
)

Parameters

refPoint  Point
A Point structure that receives the mouse position, in screen coordinates.

Return Value

Bitmap
The resulting image.

See Also