HandTracker Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a user's hand and the ability to track hand joints from it.
public class HandTracker
	type HandTracker = class
	Public Class HandTracker
		- Inheritance
 - 
				HandTracker
 
Fields
| JointCount | 
		 The maximum number of hand joints that might be tracked.  | 
        	
Properties
| Left | 
		 The user's left hand.  | 
        	
| MotionRange | 
		 Get or set the motion range for this hand tracker.  | 
        	
| Right | 
		 The user's right hand.  | 
        	
Methods
| TryLocateHandJoints(FrameTime, HandJointLocation[]) | 
		 Fills the passed-in array with current hand joint locations, if possible.  |