C# Class Alteridem.WinTouch.GestureListener

Inheritance: System.Windows.Forms.NativeWindow
Afficher le fichier Open project: rprouse/WinTouch.NET

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

GestureListener() public méthode

Initializes a new instance of the GestureListener class to receive all gestures.
public GestureListener ( Control parent ) : System
parent System.Windows.Forms.Control The parent.
Résultat System

GestureListener() public méthode

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.
Résultat System