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