C# Class Kinect.Gestures.KinectGestureEventArgs

This class is used to pass arguments to the "gesture recognized" event handlers.
Inheritance: System.EventArgs
Mostrar archivo Open project: NIAEFEUP/Kommando Class Usage Examples

Public Methods

Method Description
KinectGestureEventArgs ( KinectGestureType type, int trackingId ) : System

Creates a new KinectGestureEventArgs instance.

Method Details

KinectGestureEventArgs() public method

Creates a new KinectGestureEventArgs instance.
public KinectGestureEventArgs ( KinectGestureType type, int trackingId ) : System
type KinectGestureType Type of the recognized gesture
trackingId int TrackingID of the analyzed skeleton
return System