GazeMovedPreviewEventArgs.GetIntermediatePoints Method

Definition

Retrieves the gaze point data for each gaze location logged since the most recent GazeMoved event, up to and including the current event.

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

Returns

A collection of gaze point objects.

Remarks

The screen coordinates of the gaze points are in device-independent pixels (DIP) relative to, and constrained by, the application view (or gaze-enabled element).

The most recent gaze point object retrieved by this method is equivalent to that retrieved by the CurrentPoint method.

Applies to

See also