←Select platform

Bounds Property

Summary

Gets or sets the bounding rectangle for this AnnTextRollupObject object.

Syntax

C#
VB
C++
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; 
} 

Property Value

The bounding rectangle for this AnnTextRollupObject object.

Remarks

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)

Example

For an example, refer to AnnTextRollupObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly