Share via


DepthFrameArrivedEventArgs.FrameReference Property

Gets the reference to the depth frame for the FrameArrived event.

Syntax

public:
property DepthFrameReference^ FrameReference {
         DepthFrameReference^ get ();
}
public DepthFrameReferenceFrameReference { get; }
var frameReference = depthFrameArrivedEventArgs.frameReference;

Property value

Type: DepthFrameReference
The reference to the depth frame for the FrameArrived event.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

DepthFrameArrivedEventArgs Class
WindowsPreview.Kinect Namespace