GazeEnteredPreviewEventArgs.CurrentPoint Property

Definition

Gets the gaze pointer data from the most recent GazeEntered event.

public:
 property GazePointPreview ^ CurrentPoint { GazePointPreview ^ get(); };
GazePointPreview CurrentPoint();
public GazePointPreview CurrentPoint { get; }
var gazePointPreview = gazeEnteredPreviewEventArgs.currentPoint;
Public ReadOnly Property CurrentPoint As GazePointPreview

Property Value

The gaze pointer data from the most recent GazeEntered event.

Remarks

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