Inheritance Hierarchy SystemObject
RAYLASE.SPICE3InverseCorrection
Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.6.0
Syntax public class InverseCorrection : IDisposable
The InverseCorrection type exposes the following members.
Properties Methods Remarks
This can be useful to calculate scanner coordinates (in bits) back to user coordinates (in µm).
Note that this class has no public visible constructor. An inverse correction can only be calculated using
an existing
CorrectionFile by calling
GetInverse.
An existing inverse correction that was previously stored using
Store(String), can
be loaded using
Load(String).
See Also