C# Class WATKit.Native.CursorInfo

Datei anzeigen Open project: MikeHanson/WATKit Class Usage Examples

Public Properties

Property Type Description
flags uint
handle System.IntPtr
point Point
size uint

Public Methods

Method Description
New ( ) : CursorInfo

Creates a new instance of CursorInfo.

Method Details

New() public static method

Creates a new instance of CursorInfo.
public static New ( ) : CursorInfo
return CursorInfo

Property Details

flags public_oe property

public uint flags
return uint

handle public_oe property

public IntPtr,System handle
return System.IntPtr

point public_oe property

public Point point
return Point

size public_oe property

public uint size
return uint