Share via


JointCollection Class

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Contains a collection of joint structures for a skeleton.

Syntax

[ComVisibleAttribute(false)]
public class JointCollection : IEnumerable<Joint>, IEnumerable

Remarks

The Skeleton.Joints property stores the collection of joints in a skeleton. Use the JointType enumeration to see a listing of the different joint types.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

JointCollection Members
Microsoft.Kinect Namespace