TImageEnVect.GetSelectionArea
Declaration
function GetSelectionArea(): Double;
Description
Returns the area of current selection.
Note: Result will be inaccurate for intersected areas
Example
a := ImageEnVect1.GetSelectionArea( hobj );
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of GetSelectionArea, use:
CalcSelectionArea
a := ImageEnView1.CalcSelectionArea();