C# Class TouchHook.MouseEventArgs

Inheritance: EventArgs
Afficher le fichier Open project: andyhebear/Touch_Hook Class Usage Examples

Méthodes publiques

Свойство Type Description
hitTestCode uint
x int
y int

Property Details

hitTestCode public_oe property

public uint hitTestCode
Résultat uint

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int