Share via


SkeletonFrame.CopySkeletonDataTo Method

Kinect for Windows 1.5, 1.6, 1.7, 1.8

Copies skeleton data to an array of Skeletons, where each Skeleton contains a collection of the joints.

Syntax

public void CopySkeletonDataTo (
         Skeleton[] skeletonData
)
'Declaration
Public Sub CopySkeletonDataTo ( _
         skeletonData As Skeleton() _
)

Parameters

  • skeletonData
    Type: Skeleton
    The target array that receives the skeleton data.

Remarks

Use this method to copy skeleton data into an array of Skeletons. Use the SkeletonFrame.SkeletonArrayLength property to find the number of skeletons in the array.

Requirements

Namespace: Microsoft.Kinect

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

See Also

Reference

SkeletonFrame Class
SkeletonFrame Members
Microsoft.Kinect Namespace