C#
VB
C++
Gets the logical bounding rectangle of this AnnGroupObject object.
public override AnnRectangle BoundingRectangle { get; }
Public Overrides ReadOnly Property BoundingRectangle As Leadtools.Annotations.AnnRectangle
public:
property Leadtools.Annotations.AnnRectangle BoundingRectangle {
Leadtools.Annotations.AnnRectangle get() override;
}
An AnnRectangle structure that represents the logical bounding rectangle of this AnnGroupObject object.
The AnnGroupObject will return the union of annotation bounding rectangles of all objects inside the group. For more information, refer to AnnObject.BoundingRectangle.
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