Click or drag to resize

IMcSpatialCalibsSystemCalib Property

Get or set the system spatial calibration.

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Property SystemCalib As McSpatialCalib
	Get
	Set

Property Value

Type: McSpatialCalib
Remarks
The system spatial calibration is the default calibration that is applied when an image is created. It is assumed to describe the physical dimensions of pixels using the current optical system and capture device. For instance, if the microscope objective or active capture device is changed, the system calibration should also be changed. The system calibration is applied to images that are captured via the McCapture or McTWAIN operators.
Note Note
The system calibration must always be a reference calibration. If the supplied calibration is not already a reference calibration, it will be set to be one.
See Also