Click or drag to resize

CalibrationData Constructor (Int16, Boolean, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the CalibrationData class.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public CalibrationData(
	short calibrationType,
	bool isCalibrated,
	int rotationScale,
	int localMultiplierScale,
	int hostMultiplierScale,
	int rotationSINScaled,
	int rotationCOSScaled,
	int localWidthCalibrated,
	int localHeightCalibrated,
	int localXMultiplierScaled,
	int localXOffset,
	int localYMultiplierScaled,
	int localYOffset,
	int hostXMultiplierScaled,
	int hostXOffset,
	int hostYMultiplierScaled,
	int hostYOffset
)

Parameters

calibrationType
Type: System.Int16
The calibration type, not currently used.
isCalibrated
Type: System.Boolean
Whether or not we are calibrated.
rotationScale
Type: System.Int32
The rotation scale.
localMultiplierScale
Type: System.Int32
The local multiplier scale.
hostMultiplierScale
Type: System.Int32
The host multiplier scale.
rotationSINScaled
Type: System.Int32
The scaled sin rotation.
rotationCOSScaled
Type: System.Int32
The scaled cos rotation.
localWidthCalibrated
Type: System.Int32
The local width calibrated.
localHeightCalibrated
Type: System.Int32
The local height calibrated.
localXMultiplierScaled
Type: System.Int32
The x multiplier scaled.
localXOffset
Type: System.Int32
The local x offset.
localYMultiplierScaled
Type: System.Int32
The local y multiplier scaled.
localYOffset
Type: System.Int32
The local y offset.
hostXMultiplierScaled
Type: System.Int32
The host x multiplier scaled.
hostXOffset
Type: System.Int32
The host x offset.
hostYMultiplierScaled
Type: System.Int32
The host y multiplier scaled.
hostYOffset
Type: System.Int32
The host y offset.
See Also