Note

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

Access to this page requires authorization. You can try .

GazeEnteredPreviewEventArgs.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 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


Feedback

Was this page helpful?