IMcSpatialCalibUnCalibrateFloatPoints Method
|
|
Un-calibrates in place an array of Float (i.e., Single) X,Y points
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxSub UnCalibrateFloatPoints (
<OutAttribute> ByRef FloatPointsArray As Object
)
Parameters
- FloatPointsArray
- Type: SystemObject
An array of Single type, holding zero or more X,Y pairs.
This array may be a 2 by N rows array of Single, or it may be a one-dimensional
array of Single X,Y value pairs, or it may be an array of SINGLEPOINT structures.
RemarksThis is a specialized version of the UnCalibratePoints method that
only takes X,Y points as an array of Single type (float type in C/C++: 32-bit
IEEE floating point values) and calibrates them in-place.
See Also