C# Class ScreenToGif.Util.Native.CURSORINFO

ファイルを表示 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_oe property

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

flags public_oe property

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

hCursor public_oe property

Handle to the cursor.
public IntPtr,System hCursor
return System.IntPtr

ptScreenPos public_oe property

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