ColorFrame.CopyConvertedFrameDataToArray Method

Converts the raw format into the requested format and copies the data into the array provided.

Syntax

public:
void CopyConvertedFrameDataToArray(
         out Array<unsigned char>^ frameData,
         ColorImageFormat colorFormat
)  

Parameters

frameData
Type: unsigned char 

 The array to fill.

colorFormat
Type: ColorImageFormat 

The desired format.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

ColorFrame Class

ColorFrame Members

Windows.Kinect Namespace