TImageEnVect.MeasureCoefY
Declaration
property MeasureCoefX: double;
Description
MeasureCoefX specifies a coefficient to convert a bitmap length to a real world length.
Example
// convert 10 vertical pixels to the specified measure unit (MUnit).
Real_length := ImageEnVect.MeasureCoefY * 10;