Gets or sets the bounding rectangle for this AnnTextRollupObject object.
public override AnnRectangle Bounds { get; set; }
Public Overrides Property Bounds As Leadtools.Annotations.AnnRectangle
public:
property Leadtools.Annotations.AnnRectangle Bounds {
Leadtools.Annotations.AnnRectangle get() override;
void set ( Leadtools.Annotations.AnnRectangle ) override;
}
The bounding rectangle for this AnnTextRollupObject object.
The AnnTextRollupObject class overrides this property to return the original bounding rectangle, if this object is expanded. If this object is not expanded, the bounding rectangle is shrunk to fit only one line of text. To expand or roll up this object, set the Expanded property. For more information, refer to Using Text in Annotation Object. (Deprecated)
For an example, refer to AnnTextRollupObject.
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