DetectedFace.FaceBox Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.