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