C# 클래스 ScreenToGif.Capture.CaptureCursor

Helper class that gets the info of the current cursor image and position.
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
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