Click or drag to resize

IMcSpatial2DCalibPolynomialDegreeX Property

Get X axis polynomial degree

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property PolynomialDegreeX As Integer
	Get

Property Value

Type: Int32
Remarks
If degree < 0, the value is invalid. There is no polynomial calibration been set. If degree = 0, the calibration is linear. PixelSize value is valid at this time. If degree > 0, the calibration is non-linear. PixelSize value is invalid.
See Also