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: SystemInt16
The calibration type, not currently used. - isCalibrated
- Type: SystemBoolean
Whether or not we are calibrated. - rotationScale
- Type: SystemInt32
The rotation scale. - localMultiplierScale
- Type: SystemInt32
The local multiplier scale. - hostMultiplierScale
- Type: SystemInt32
The host multiplier scale. - rotationSINScaled
- Type: SystemInt32
The scaled sin rotation. - rotationCOSScaled
- Type: SystemInt32
The scaled cos rotation. - localWidthCalibrated
- Type: SystemInt32
The local width calibrated. - localHeightCalibrated
- Type: SystemInt32
The local height calibrated. - localXMultiplierScaled
- Type: SystemInt32
The x multiplier scaled. - localXOffset
- Type: SystemInt32
The local x offset. - localYMultiplierScaled
- Type: SystemInt32
The local y multiplier scaled. - localYOffset
- Type: SystemInt32
The local y offset. - hostXMultiplierScaled
- Type: SystemInt32
The host x multiplier scaled. - hostXOffset
- Type: SystemInt32
The host x offset. - hostYMultiplierScaled
- Type: SystemInt32
The host y multiplier scaled. - hostYOffset
- Type: SystemInt32
The host y offset.
See Also