GazeExitedPreviewEventArgs.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 GazeExited event.
public:
property GazePointPreview ^ CurrentPoint { GazePointPreview ^ get(); };
GazePointPreview CurrentPoint();
public GazePointPreview CurrentPoint { get; }
var gazePointPreview = gazeExitedPreviewEventArgs.currentPoint;
Public ReadOnly Property CurrentPoint As GazePointPreview
Property Value
The gaze pointer data from the most recent GazeExited event.