Recalculates the bounds of this selection object.
public void AdjustBounds()
Public Sub AdjustBounds()
public:
void AdjustBounds()
This method is called by the automation object to recalculate the bounds of this selection object when child annotation objects are added or removed from it. The method works as follows:
1- Clear all the objects from SelectedObjects collection.
2- Loops through all the objects in the parent container and adds any object that interesects with Rect into the collection.
3- Re-sets the value of Rect to a value equal to the union of the bounds of all objects found.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET