GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDocument Class
/ GetAvoidableRectangle Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
GetAvoidableRectangle Method
In This Topic
Return the effective bounds of an object that should be avoided when routing links whose
GoLink.AvoidsNodes
property is true.
Syntax
C#
public
virtual
RectangleF
GetAvoidableRectangle(
GoObject
obj
)
Parameters
obj
Return Value
By default this returns the bounds of the
obj
, expanded by
GoObject.ExpandPaintBounds
.
Remarks
This is called for top-level non-
GoSubGraphBase
objects and
GoSubGraphBase
children for which
IsAvoidable
returned true.
See Also
Reference
GoDocument Class
GoDocument Members