Share via


ColorImageFrame.FrameBuffer Property

Gets the buffer where the image data for the frame is stored.

Syntax

public:
property IBuffer^ FrameBuffer {
         IBuffer^ get ();
}
public IBufferFrameBuffer { get; }
var frameBuffer = colorImageFrame.frameBuffer;

Property value

Type: IBuffer
The buffer where the image data for the frame is stored.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

ColorImageFrame Class
Microsoft.Kinect.Fusion Namespace