GazePointPreview.EyeGazePosition Property

Definition

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

public:
 property IReference<Point> ^ EyeGazePosition { IReference<Point> ^ get(); };
IReference<Point> EyeGazePosition();
public System.Nullable<Point> EyeGazePosition { get; }
var iReference = gazePointPreview.eyeGazePosition;
Public ReadOnly Property EyeGazePosition 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