Share via


Skeleton.Joints Property

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Gets or sets the skeleton's joints; each joint contains data such as the joint type, position, and whether the joint is being tracked.

Syntax

public JointCollection Joints { get; set; }
'Declaration
Public Property Joints As JointCollection 

Property Value

Type: JointCollection
A collection of joints.

A skeleton is made up of joints as shown in Skeletal Tracking.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

Skeleton Class
Skeleton Members
Microsoft.Kinect Namespace