C# Class ScreenToGif.Capture.CaptureCursor

Helper class that gets the info of the current cursor image and position.
显示文件 Open project: dbremner/ScreenToGif

Public Methods

Method Description
CaptureIconCursor ( Point &point, bool &isIBeam ) : Icon

Gets the position and Icon of the system cursor.

CaptureImageCursor ( Point &point ) : Bitmap

Gets the position and Bitmap of the system cursor.

CaptureImageCursor ( System.Windows.Point &point ) : Bitmap

Gets the position and Bitmap of the system cursor.

Method Details

CaptureIconCursor() public method

Gets the position and Icon of the system cursor.
public CaptureIconCursor ( Point &point, bool &isIBeam ) : Icon
point Point ref parameter, only to return a second value.
isIBeam bool True if it is a IBeam cursor.
return System.Drawing.Icon

CaptureImageCursor() public method

Gets the position and Bitmap of the system cursor.
public CaptureImageCursor ( Point &point ) : Bitmap
point Point ref parameter, only to return a second value.
return System.Drawing.Bitmap

CaptureImageCursor() public static method

Gets the position and Bitmap of the system cursor.
public static CaptureImageCursor ( System.Windows.Point &point ) : Bitmap
point System.Windows.Point ref parameter, only to return a second value.
return System.Drawing.Bitmap