Click or drag to resize
STSeriesDeviceStartCalibration Method (Int32)Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Puts the device in calibration mode

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public virtual void StartCalibration(
	int percentFromSide
)

Parameters

percentFromSide
Type: SystemInt32
The distance from the sides of the display the crosshair should be shown given in a percentage between 0% and 49%
Exceptions
ExceptionCondition
STDeviceNotOpenedExceptionif the device is not opened
STCouldNotCommunicateExceptionif could not communicate with device
STValueOutOfRangeExceptionif the value was outside of 0 - 100
See Also