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 메서드에서 검색한 것과 동일합니다.

적용 대상

추가 정보