C# 클래스 ScreenToGif.Capture.Win32Stuff.CURSORINFO

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

공개 프로퍼티들

프로퍼티 타입 설명
cbSize System.Int32
flags System.Int32
hCursor System.IntPtr
ptScreenPos POINT

프로퍼티 상세

cbSize 공개적으로 프로퍼티

Specifies the size, in bytes, of the structure.
public Int32,System cbSize
리턴 System.Int32

flags 공개적으로 프로퍼티

Specifies the cursor state. This parameter can be one of the following values:
public Int32,System flags
리턴 System.Int32

hCursor 공개적으로 프로퍼티

Handle to the cursor.
public IntPtr,System hCursor
리턴 System.IntPtr

ptScreenPos 공개적으로 프로퍼티

A POINT structure that receives the screen coordinates of the cursor.
public POINT ptScreenPos
리턴 POINT