Click or drag to resize

IMcSpatialCalibPixelSizeY Property

The calibrated height of a pixel. I.e. the number of calibrated units per pixel

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

Property Value

Type: Double
Remarks
This property must be non-zero. A positive value implies increasing calibrated values as pixels go from top to bottom (i.e., raster orientation). If it is negative, the calibration is anti-raster, so that calibrated values increase as pixels go from bottom toward the top. A traditional graphic calibration may be achieved by assigning PixelOriginY to the bottom of an image and assigning a negative value to PixelSizeY.
See Also