Share via


FaceFrameArrivedEventArgs.FrameReference Property

Gets the frame reference.

Syntax

public:
property FaceFrameReference^ FrameReference {
         FaceFrameReference^ get ();
}
public FaceFrameReferenceFrameReference { get; }
var frameReference = faceFrameArrivedEventArgs.frameReference;

Property value

Type: FaceFrameReference
The frame reference.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

FaceFrameArrivedEventArgs Class
Microsoft.Kinect.Face Namespace