Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

InvalidRectangle Property (AnnGroupObject)






Gets the physical bounding rectangle of this AnnGroupObject object.
Syntax
public override Rectangle InvalidRectangle {get;}
'Declaration
 
Public Overrides ReadOnly Property InvalidRectangle As Rectangle
'Usage
 
Dim instance As AnnGroupObject
Dim value As Rectangle
 
value = instance.InvalidRectangle

            

            
public:
property Rectangle InvalidRectangle {
   Rectangle get() override;
}

Property Value

The physical bounding rectangle of this AnnGroupObject object.
Remarks
This property is updated with a union of the invalid rectangles of all objects inside the group. For more information, refer to AnnObject.InvalidRectangle.
Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)