Click or drag to resize

CalibrationState Constructor

Initializes a new instance of the CalibrationState class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public CalibrationState(
	bool calibrationMode,
	int point
)

Parameters

calibrationMode
Type: SystemBoolean
Whether or not we're currently calibrating.
point
Type: SystemInt32
Point at which we're currently calibrating.
See Also