TImageEnVect.MeasureCoefY
Declaration
property MeasureCoefX: double;
Description
MeasureCoefX specifies a coefficient to convert a bitmap length to a real world length.
// convert 10 vertical pixels to the specified measure unit (MUnit).
Real_length := ImageEnVect.MeasureCoefY * 10;
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of MeasureCoefY, use:
TImageEnView.IO.Params.DpiY
ImageEnView1.IO.Params.DpiY := 100;