Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value indicating the distance along the Z axis of the hand from the shoulder.
Syntax
public:
property float32 HandReachExtent {
float32 get ();
}
public float HandReachExtent { get; }
var handReachExtent = kinectPointerPointProperties.handReachExtent;
Property value
[C++]
[C#]
[JavaScript]
Type: float32
Type: float
Type: Number
A value indicating the distance along the Z axis of the hand from the shoulder.
Requirements
Namespace: WindowsPreview.Kinect.Input
Metadata: windowspreview.kinect.winmd
See also
Reference
KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace