Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

GazePointPreview.EyeGazePosition 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 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


Feedback

Was this page helpful?