ColorFrameArrivedEventArgs.FrameReference Property
Gets the reference to the color frame for the FrameArrived event.
Syntax
public:
property ColorFrameReference^ FrameReference {
ColorFrameReference^ get ();
}
public ColorFrameReferenceFrameReference { get; }
var frameReference = colorFrameArrivedEventArgs.frameReference;
Property value
Type: ColorFrameReference
The reference to the color frame for the FrameArrived event.
Requirements
Namespace: WindowsPreview.Kinect
Metadata: windowspreview.kinect.winmd
See also
Reference
ColorFrameArrivedEventArgs Class
WindowsPreview.Kinect Namespace