Body.JointOrientations Property

Gets the joint orientations of the body.

Syntax

public:
property IMapView<JointType, JointOrientation>^ JointOrientations {
         IMapView<JointType, JointOrientation>^ get ();
}
public IReadOnlyDictionary<JointType, JointOrientation>JointOrientations { get; }
var jointOrientations = body.jointOrientations;

Property value

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

Type: IMapView<JointType, JointOrientation>
Type: IReadOnlyDictionary<JointType, JointOrientation>
Type: IMapView<JointType, JointOrientation>

 

The joint orientations of the body.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace