C# Класс WaveEngine.Components.Gestures.GestureEventArgs

Provides information about a gesture event when such is raised.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
GestureSample GestureSample

Открытые методы

Метод Описание
GestureEventArgs ( GestureSample sample ) : System

Initializes a new instance of the GestureEventArgs class.

Описание методов

GestureEventArgs() публичный Метод

Initializes a new instance of the GestureEventArgs class.
public GestureEventArgs ( GestureSample sample ) : System
sample GestureSample The gesture that was performed.
Результат System

Описание свойств

GestureSample публичное свойство

Relevant information about the gesture performed. See GestureSample for more information.
public GestureSample,WaveEngine.Components.Gestures GestureSample
Результат GestureSample