TouchGestureEventArgs Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public class TouchGestureEventArgs : EventArgs
Properties
Angle
public double Angle { get; }
No description available.
Fields
Timestamp
public readonly DateTime Timestamp
No description available.
Gesture
public TouchGesture Gesture
No description available.
X
public int X
No description available.
Y
public int Y
No description available.
Arguments
public ushort Arguments
No description available.