C# Class TouchHook.MouseEventArgs

Inheritance: EventArgs
显示文件 Open project: andyhebear/Touch_Hook Class Usage Examples

Public Properties

Property Type Description
hitTestCode uint
x int
y int

Property Details

hitTestCode public_oe property

public uint hitTestCode
return uint

x public_oe property

public int x
return int

y public_oe property

public int y
return int