Class TouchGestureEventArgs
- Namespace
- GHIElectronics.Endpoint.UI.Input
- Assembly
- GHIElectronics.Endpoint.UI.dll
public class TouchGestureEventArgs : EventArgs
- Inheritance
-
TouchGestureEventArgs
- Inherited Members
Fields
Arguments
public ushort Arguments
Field Value
Gesture
public TouchGesture Gesture
Field Value
Timestamp
public readonly DateTime Timestamp
Field Value
X
public int X
Field Value
Y
public int Y
Field Value
Properties
Angle
public double Angle { get; }