C# Class ScreenToGif.Util.Native.CURSORINFO

Afficher le fichier Open project: dbremner/ScreenToGif Class Usage Examples

Méthodes publiques

Свойство Type Description
cbSize System.Int32
flags System.Int32
hCursor System.IntPtr
ptScreenPos System.Windows.Forms.POINT

Property Details

cbSize public_oe property

Specifies the size, in bytes, of the structure.
public Int32,System cbSize
Résultat System.Int32

flags public_oe property

Specifies the cursor state. This parameter can be one of the following values:
public Int32,System flags
Résultat System.Int32

hCursor public_oe property

Handle to the cursor.
public IntPtr,System hCursor
Résultat System.IntPtr

ptScreenPos public_oe property

A POINT structure that receives the screen coordinates of the cursor.
public POINT,System.Windows.Forms ptScreenPos
Résultat System.Windows.Forms.POINT