Body.Joints Property

Gets the joint positions of the body.

Syntax

public:
property IMapView<JointType, Joint>^ Joints {
         IMapView<JointType, Joint>^ get ();
}
public IReadOnlyDictionary<JointType, Joint>Joints { get; }
var joints = body.joints;

Property value

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

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

 

The joint positions of the body.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

Body Class
WindowsPreview.Kinect Namespace