Class TouchEventArgs
- Namespace
- GHIElectronics.Endpoint.UI.Input
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class TouchEventArgs : InputEventArgs
- Inheritance
-
TouchEventArgs
- Inherited Members
Constructors
TouchEventArgs(InputDevice, DateTime, TouchInput[])
public TouchEventArgs(InputDevice inputDevice, DateTime timestamp, TouchInput[] touches)
Parameters
inputDeviceInputDevicetimestampDateTimetouchesTouchInput[]
Fields
Touches
public TouchInput[] Touches
Field Value
Methods
GetPosition(UIElement, int, out int, out int)
public void GetPosition(UIElement relativeTo, int touchIndex, out int x, out int y)