C# Class WATKit.Native.CursorInfo

Afficher le fichier Open project: MikeHanson/WATKit Class Usage Examples

Méthodes publiques

Свойство Type Description
flags uint
handle System.IntPtr
point Point
size uint

Méthodes publiques

Méthode Description
New ( ) : CursorInfo

Creates a new instance of CursorInfo.

Method Details

New() public static méthode

Creates a new instance of CursorInfo.
public static New ( ) : CursorInfo
Résultat CursorInfo

Property Details

flags public_oe property

public uint flags
Résultat uint

handle public_oe property

public IntPtr,System handle
Résultat System.IntPtr

point public_oe property

public Point point
Résultat Point

size public_oe property

public uint size
Résultat uint