Share via


FusionPointCloudImageFrame.CopyPixelDataTo Method

This method copies pixel data from this frame to a pre-allocated array.

Syntax

public void CopyPixelDataTo (
         float[] destinationPixelData
)

Parameters

  • destinationPixelData
    Type: Single
    The destination float array to receive the data. It must be exactly PixelDataLength pixels in length, with the number of bytes per Pixel equal to BytesPerPixel.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Fusion

Assembly: Microsoft.Kinect.Toolkit.Fusion (in microsoft.kinect.toolkit.fusion.dll)

See Also

Reference

FusionPointCloudImageFrame Class
FusionPointCloudImageFrame Members
Microsoft.Kinect.Toolkit.Fusion Namespace