GazeManager CalibrationPointStart Method C# SDK for The Eye Tribe Tracker
Called for every calibration point during a calibration process. This call should be followed by a call to CalibrationPointEnd  1-2 seconds later.

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 CalibrationPointStart(
	int x,
	int y
)

Parameters

x
Type: System Int32
X coordinate of the calibration point
y
Type: System Int32
Y coordinate of the calibration point
See Also