Share via


FaceFrameResult.FaceBoundingBoxInColorSpace Property

Gets the face bounding box in color space.

Syntax

public:
property RectI FaceBoundingBoxInColorSpace {
         RectI get ();
}
public RectI FaceBoundingBoxInColorSpace { get; }
var faceBoundingBoxInColorSpace = faceFrameResult.faceBoundingBoxInColorSpace;

Property value

Type: RectI
The face bounding box in color space.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceFrameResult Class
Microsoft.Kinect.Face Namespace