Share via


FaceAlignment.FaceBoundingBox Property

Gets the bounding box of the face.

Syntax

public:
property RectI FaceBoundingBox {
         RectI get ();
}
public RectI FaceBoundingBox { get; }
var faceBoundingBox = faceAlignment.faceBoundingBox;

Property value

Type: RectI
The bounding box of the face.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceAlignment Class
Microsoft.Kinect.Face Namespace