C# Класс ScreenToGif.Capture.CaptureCursor

Helper class that gets the info of the current cursor image and position.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CaptureIconCursor() публичный Метод

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.
Результат System.Drawing.Icon

CaptureImageCursor() публичный Метод

Gets the position and Bitmap of the system cursor.
public CaptureImageCursor ( Point &point ) : Bitmap
point Point ref parameter, only to return a second value.
Результат System.Drawing.Bitmap

CaptureImageCursor() публичный статический Метод

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.
Результат System.Drawing.Bitmap