GoDiagram Web Reference
GetAvoidableRectangle Method

Return the effective bounds of an object that should be avoided when routing links whose GoLink.AvoidsNodes property is true.
Syntax
'Declaration
 
Public Overridable Function GetAvoidableRectangle( _
   ByVal obj As GoObject _
) As RectangleF
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDocument Class
GoDocument Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback