Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ScreenToGif
Util
Native.CURSORINFO
C# Class ScreenToGif.Util.Native.CURSORINFO
Show file
Open project: dbremner/ScreenToGif
Class Usage Examples
Public Properties
Property
Type
Description
cbSize
System.Int32
flags
System.Int32
hCursor
System.IntPtr
ptScreenPos
System.Windows.Forms.POINT
Property Details
cbSize
public property
Specifies the size, in bytes, of the structure.
public
Int32,System
cbSize
return
System.Int32
flags
public property
Specifies the cursor state. This parameter can be one of the following values:
public
Int32,System
flags
return
System.Int32
hCursor
public property
Handle to the cursor.
public
IntPtr,System
hCursor
return
System.IntPtr
ptScreenPos
public property
A POINT structure that receives the screen coordinates of the cursor.
public
POINT,System.Windows.Forms
ptScreenPos
return
System.Windows.Forms.POINT