GazeMovedPreviewEventArgs.CurrentPoint 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 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).