C# 클래스 ScreenToGif.Util.CursorInfo

파일 보기 프로젝트 열기: dbremner/ScreenToGif 1 사용 예제들

공개 메소드들

메소드 설명
CursorInfo ( Bitmap image, System.Windows.Point position, bool clicked, double dpi = 1 ) : System

Default constructor.

메소드 상세

CursorInfo() 공개 메소드

Default constructor.
public CursorInfo ( Bitmap image, System.Windows.Point position, bool clicked, double dpi = 1 ) : System
image System.Drawing.Bitmap The Image of teh cursor.
position System.Windows.Point The Position of the cursor.
clicked bool True if clicked.
dpi double The screen dots per inches
리턴 System