GazeMovedPreviewEventArgs.CurrentPoint Property

Definition

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

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

Property Value

A gaze pointer object.

Remarks

The screen coordinates of the gaze point are relative to, and constrained by, the application view (or window).

Applies to

See also