Share via


FaceAlignment.HeadPivotPoint Property

Gets the pivot point of the head.

Syntax

public:
property CameraSpacePoint HeadPivotPoint {
         CameraSpacePoint get ();
         void set (CameraSpacePoint value);
}
public CameraSpacePoint HeadPivotPoint { get; set; }
var headPivotPoint = faceAlignment.headPivotPoint;
faceAlignment.headPivotPoint = headPivotPoint;

Property value

Type: CameraSpacePoint
The pivot point of the head.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceAlignment Class
Microsoft.Kinect.Face Namespace