Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ScreenToGif
Util
Native.CURSORINFO
C# 클래스 ScreenToGif.Util.Native.CURSORINFO
파일 보기
프로젝트 열기: dbremner/ScreenToGif
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
cbSize
System.Int32
flags
System.Int32
hCursor
System.IntPtr
ptScreenPos
System.Windows.Forms.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,System.Windows.Forms
ptScreenPos
리턴
System.Windows.Forms.POINT