Table of Contents

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

ushort

Gesture

public TouchGesture Gesture

Field Value

TouchGesture

Timestamp

public readonly DateTime Timestamp

Field Value

DateTime

X

public int X

Field Value

int

Y

public int Y

Field Value

int

Properties

Angle

public double Angle { get; }

Property Value

double