共用方式為


GazeMovedPreviewEventArgs.GetIntermediatePoints 方法

定義

擷取自最近GazeMoved事件以來所記錄之每個注視位置的注視資料,最多包含目前的事件。

public:
 virtual IVector<GazePointPreview ^> ^ GetIntermediatePoints() = GetIntermediatePoints;
IVector<GazePointPreview> GetIntermediatePoints();
public IList<GazePointPreview> GetIntermediatePoints();
function getIntermediatePoints()
Public Function GetIntermediatePoints () As IList(Of GazePointPreview)

傳回

注視點物件的集合。

備註

注視點的螢幕座標位於與裝置無關的圖元中, (DIP) 相對於應用程式檢視 (或注視啟用注視的元素) 。

這個方法所擷取的最新 注視點 物件相當於 CurrentPoint 方法所擷取的注視點物件。

適用於

另請參閱