CalibrationData Methods |
The CalibrationData type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetCalibrationType |
Gets the calibration type, not currently used.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHostMultiplierScale |
Gets the host multiplier scale.
| |
GetHostXMultiplierScaled |
Gets the host x multiplier scaled.
| |
GetHostXOffset |
Gets the host X offset.
| |
GetHostYMultiplierScaled |
Gets the host Y multiplier scaled.
| |
GetHostYOffset |
Gets the host Y offset.
| |
GetJSONCalibrationBlob |
Gets a json representation of the data in this object.
Can be used with this class's String constructor to create a clone.
| |
GetLocalHeightCalibrated |
Gets the local height calibrated.
| |
GetLocalMultiplierScale |
Gets the local multiplier scale.
| |
GetLocalWidthCalibrated |
Gets the local width calibrated.
| |
GetLocalXMultiplierScaled |
Gets the local x multiplier scaled.
| |
GetLocalXOffset |
Gets the local x offset.
| |
GetLocalYMultiplierScaled |
Gets the local y multiplier scaled.
| |
GetLocalYOffset |
Gets the local y offset.
| |
GetRotationCOSScaled |
Gets the scaled cos rotation.
| |
GetRotationScale |
Gets the rotation scale.
| |
GetRotationSINScaled |
Gets the scaled sin rotation.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsCalibrated |
Gets whether or not the device is currently calibrated.
| |
SetCalibrationType |
Sets the calibration type, not currently used.
| |
SetHostMultiplierScale |
Sets the host multiplier scale.
| |
SetHostXMultiplierScaled |
Sets the host x multiplier scaled.
| |
SetHostXOffset |
Sets the host X offset.
| |
SetHostYMultiplierScaled |
Sets the host Y multiplier scaled.
| |
SetHostYOffset |
Sets the host Y offset.
| |
SetLocalHeightCalibrated |
Sets the local height calibrated.
| |
SetLocalMultiplierScale |
Sets the local multiplier scale.
| |
SetLocalWidthCalibrated |
Sets the local width calibrated.
| |
SetLocalXMultiplierScaled |
Sets the local x multiplier scaled.
| |
SetLocalXOffset |
Sets the local x offset.
| |
SetLocalYMultiplierScaled |
Sets the local y multiplier scaled.
| |
SetLocalYOffset |
Sets the local y offset.
| |
SetRotationCOSScaled |
Sets the scaled cos rotation.
| |
SetRotationScale |
Sets the rotation scale.
| |
SetRotationSINScaled |
Sets the scaled sin rotation.
| |
ToString |
Prints this object as a human readable string.
(Overrides ObjectToString.) |