C# Class Kinect.Core.Gestures.GestureEventArgs

GestureEventArgs
Inheritance: System.EventArgs
Mostrar archivo Open project: atosorigin/Kinect Class Usage Examples

Public Methods

Method Description
GestureEventArgs ( int userid ) : System

Initializes a new instance of the GestureEventArgs class.

Method Details

GestureEventArgs() public method

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