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 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