GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / GetAvoidableRectangle Method
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
    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