Share via


KinectPointerPointProperties.HandRotation Property

Gets the rotation of the hand associated with the pointer point.

Syntax

public:
property float32 HandRotation {
         float32 get ();
}
public float HandRotation { get; }
var handRotation = kinectPointerPointProperties.handRotation;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: float32
Type: float
Type: Number

 

The rotation of the hand associated with the pointer point.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPointerPointProperties Class
WindowsPreview.Kinect.Input Namespace