GazeExitedPreviewEventArgs.CurrentPoint Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les données du pointeur de regard de l’événement GazeExited le plus récent.
public:
property GazePointPreview ^ CurrentPoint { GazePointPreview ^ get(); };
GazePointPreview CurrentPoint();
public GazePointPreview CurrentPoint { get; }
var gazePointPreview = gazeExitedPreviewEventArgs.currentPoint;
Public ReadOnly Property CurrentPoint As GazePointPreview
Valeur de propriété
Données du pointeur de regard de l’événement GazeExited le plus récent.