Gets the physical bounding rectangle of this
AnnGroupObject object.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public ReadOnly Property InvalidRectangle As Rectangle |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnGroupObject
Dim value As Rectangle
value = instance.InvalidRectangle
|
C# | |
---|
public override Rectangle InvalidRectangle {get;} |
Return Value
The physical bounding rectangle of this
AnnGroupObject object.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also