GazeMovedPreviewEventArgs.GetIntermediatePoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.