C# Class SkeletonGestures.SwipeEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: kindohm/kinect-nite-dev Class Usage Examples

Public Methods

Method Description
SwipeEventArgs ( ) : System
SwipeEventArgs ( SwipeDirection direction ) : System
SwipeEventArgs ( SwipeDirection direction, Hand hand ) : System

Method Details

SwipeEventArgs() public method

public SwipeEventArgs ( ) : System
return System

SwipeEventArgs() public method

public SwipeEventArgs ( SwipeDirection direction ) : System
direction SwipeDirection
return System

SwipeEventArgs() public method

public SwipeEventArgs ( SwipeDirection direction, Hand hand ) : System
direction SwipeDirection
hand Hand
return System