C# Class WATKit.Native.CursorInfo

Show file 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 property

public uint flags
return uint

handle public property

public IntPtr,System handle
return System.IntPtr

point public property

public Point point
return Point

size public property

public uint size
return uint