GazeEnteredPreviewEventArgs.CurrentPoint 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從最新的GazeEntered事件取得注視指標資料。
public:
property GazePointPreview ^ CurrentPoint { GazePointPreview ^ get(); };
GazePointPreview CurrentPoint();
public GazePointPreview CurrentPoint { get; }
var gazePointPreview = gazeEnteredPreviewEventArgs.currentPoint;
Public ReadOnly Property CurrentPoint As GazePointPreview
屬性值
最新GazeEntered事件的注視指標資料。
備註
注視點的螢幕座標是以裝置無關的圖元, (DIP) 相對於應用程式檢視 (或啟用注視的元素) 限制。