CalibrationData Constructor (Int16, Boolean, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
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
)
Public Sub New (
calibrationType As Short,
isCalibrated As Boolean,
rotationScale As Integer,
localMultiplierScale As Integer,
hostMultiplierScale As Integer,
rotationSINScaled As Integer,
rotationCOSScaled As Integer,
localWidthCalibrated As Integer,
localHeightCalibrated As Integer,
localXMultiplierScaled As Integer,
localXOffset As Integer,
localYMultiplierScaled As Integer,
localYOffset As Integer,
hostXMultiplierScaled As Integer,
hostXOffset As Integer,
hostYMultiplierScaled As Integer,
hostYOffset As Integer
)
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
)
new :
calibrationType : int16 *
isCalibrated : bool *
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 : int -> CalibrationData
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