GazeManager CalibrationPointEnd Method C# SDK for The Eye Tribe Tracker
Called for every calibration point during a calibration process. This should be called 1-2 seconds after CalibrationPointStart(Int32, Int32) . The calibration process must be initiated by a call to CalibrationStart(Int16, ICalibrationProcessHandler) before calling this.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void CalibrationPointEnd()
See Also