C# Класс Alteridem.WinTouch.GestureListener

Наследование: System.Windows.Forms.NativeWindow
Показать файл Открыть проект

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

Метод Описание
GestureListener ( Control parent ) : System

Initializes a new instance of the GestureListener class to receive all gestures.

GestureListener ( Control parent, GestureConfig configs ) : System

Initializes a new instance of the GestureListener class to receive specific gestures.

Приватные методы

Метод Описание
Initialize ( Control parent ) : void
OnHandleCreated ( object sender, EventArgs e ) : void
OnHandleDestroyed ( object sender, EventArgs e ) : void
OnPan ( GestureInfo info ) : bool
OnPressAndTap ( GestureInfo info ) : bool
OnRotate ( GestureInfo info ) : bool
OnTwoFingerTap ( GestureInfo info ) : bool
OnZoom ( GestureInfo info ) : bool
WndProc ( Message &m ) : void

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

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

Initializes a new instance of the GestureListener class to receive all gestures.
public GestureListener ( Control parent ) : System
parent System.Windows.Forms.Control The parent.
Результат System

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

Initializes a new instance of the GestureListener class to receive specific gestures.
public GestureListener ( Control parent, GestureConfig configs ) : System
parent System.Windows.Forms.Control The parent.
configs GestureConfig The gesture configurations.
Результат System