Visual Basic (Declaration) | |
---|---|
Overrides Public ReadOnly Property BoundingRectangle As AnnRectangle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override AnnRectangle BoundingRectangle {get;} |
C++/CLI | |
---|---|
public: property AnnRectangle BoundingRectangle override { AnnRectangle get(); } |
Return Value
An AnnRectangle structure that represents the logical bounding rectangle of this AnnGroupObject object.
(Read only) The AnnGroupObject will return the union of annotation bounding rectangles of all objects inside the group. For more information, refer to AnnObject.BoundingRectangle.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family