C# Class Kinect.Core.Gestures.GestureEventArgs

GestureEventArgs
Inheritance: System.EventArgs
Afficher le fichier Open project: atosorigin/Kinect Class Usage Examples

Méthodes publiques

Méthode Description
GestureEventArgs ( int userid ) : System

Initializes a new instance of the GestureEventArgs class.

Method Details

GestureEventArgs() public méthode

Initializes a new instance of the GestureEventArgs class.
public GestureEventArgs ( int userid ) : System
userid int The userid.
Résultat System