Share via


GazePointPreview.HeadGazePosition Property

Definition

Gets the location, derived from the user's head position and orientation, of the gaze point.

public:
 property IReference<Point> ^ HeadGazePosition { IReference<Point> ^ get(); };
IReference<Point> HeadGazePosition();
public System.Nullable<Point> HeadGazePosition { get; }
var iReference = gazePointPreview.headGazePosition;
Public ReadOnly Property HeadGazePosition As Nullable(Of Point)

Property Value

The screen coordinates of the gaze point are in device-independent pixels (DIP) relative to, and constrained by, the application view (or gaze-enabled element).

Applies to

See also