Click or drag to resize

McSpatialCalibClassCommandPixelSizeY Property

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

Namespace:  MediaCy.Addins.SCalibration
Assembly:  MediaCy.Addins.SCalibration (in MediaCy.Addins.SCalibration.dll) Version: 3.1.0.0
Syntax
VB
Public Property PixelSizeY As Double
	Get
	Set

Property Value

Type: Double

Return Value

Type: Double
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.
Remarks