ImageEn, unit ievect

TImageEnVect.MUnit

TImageEnVect.MUnit

Declaration

property MUnit: TIEUnits;

Description

MUnit specifies the measurement unit used for displaying measurement tasks and for the return values of GetSelectionArea and GetSelectionLen methods.

Default: ieuPixels

Transition Information

If you are transitioning your code to TImageEnView Layers, instead of MUnit, use: TIELayer.RulerUnits
ImageEnView1.CurrentLayer.RulerUnits := ...;
ImageEnView1.Update();