C# Class SkeletonGestures.SwipeEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: kindohm/kinect-nite-dev Class Usage Examples

Méthodes publiques

Méthode Description
SwipeEventArgs ( ) : System
SwipeEventArgs ( SwipeDirection direction ) : System
SwipeEventArgs ( SwipeDirection direction, Hand hand ) : System

Method Details

SwipeEventArgs() public méthode

public SwipeEventArgs ( ) : System
Résultat System

SwipeEventArgs() public méthode

public SwipeEventArgs ( SwipeDirection direction ) : System
direction SwipeDirection
Résultat System

SwipeEventArgs() public méthode

public SwipeEventArgs ( SwipeDirection direction, Hand hand ) : System
direction SwipeDirection
hand Hand
Résultat System