ImageEn, unit ieVect

TImageEnVect.MeasureCoefY

TImageEnVect.MeasureCoefY

Declaration

property MeasureCoefY: Double;

Description

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;

Transition Information

If you are transitioning your code to TImageEnView Layers, MeasureCoefY has no single equivalent. Use ScaleY with IO.Params.DpiY (or SetScale) to establish the same units-per-pixel relationship used when measuring.
ImageEnView1.SetScale( 100, 1, ieuInches );