C# Class ScreenToGif.Capture.Win32Stuff.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 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 ptScreenPos
return POINT