DetectedFace.FaceBox Property

Definition

Gets the bounds the detected face occupies in the SoftwareBitmap or VideoFrame.

public:
 property BitmapBounds FaceBox { BitmapBounds get(); };
BitmapBounds FaceBox();
public BitmapBounds FaceBox { get; }
var bitmapBounds = detectedFace.faceBox;
Public ReadOnly Property FaceBox As BitmapBounds

Property Value

The bounds of the detected face.

Applies to