Table of Contents

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

inputDevice InputDevice
timestamp DateTime
touches TouchInput[]

Fields

Touches

public TouchInput[] Touches

Field Value

TouchInput[]

Methods

GetPosition(UIElement, int, out int, out int)

public void GetPosition(UIElement relativeTo, int touchIndex, out int x, out int y)

Parameters

relativeTo UIElement
touchIndex int
x int
y int