HandType Enumeration
Enumerates the type of hand.
Syntax
public enum HandType
Members
Member name | Value | Description | |
---|---|---|---|
Left | 1 | The hand is a left hand. | |
None | 0 | The hand is neither a left hand nor a right hand. | |
Right | 2 | The hand is a right hand. |
Requirements
Namespace: Microsoft.Kinect.Toolkit.Controls
Assembly: Microsoft.Kinect.Toolkit.Controls (in microsoft.kinect.toolkit.controls.dll)