ImageEn, unit ievect

TImageEnVect.ObjectsExtents

TImageEnVect.ObjectsExtents


Declaration

property ObjectsExtents: TRect;


Description

ObjectsExtents is the bounding rectangle of all vectorial objects, expressed in bitmap coordinate.

Read-Only


Transition Information

If you are transitioning your code to TImageEnView Layers, instead of ObjectsExtents, use: TImageEnView.LayersRect

r := ImageEnView1.LayersRect;