ImageEn, unit ievect

TImageEnVect.MeasureCoefX

TImageEnVect.MeasureCoefX

Declaration

property MeasureCoefX: Double;

Description

Specifies a coefficient to convert a bitmap length to a real world length.

Example

// 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;