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