Click or drag to resize

IMcSpatial2DCalibPixelSizeX Property

Get or Put X axis pixel size

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Property PixelSizeX As Double
	Get
	Set

Property Value

Type: Double
Remarks
An error will be returned if try to put a pixelsize <= 0. PixelSizeX can not be put if X axis is in polynomial calibration. At this situation, PixelSizeX should be decided by the calibration. PixelSizeX value can only be used while the X axis calibration is a linear polynomial. If PixelSizeX < 0, the value is invalid; If > 0, the value is valid.
See Also