Search
DiagramNode.ReassignAnchorPoints Method
See Also
 





Reassigns links to anchor points so that they are evenly distributed.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void ReassignAnchorPoints ()

Visual Basic  Copy Code

Public Sub ReassignAnchorPoints ()

 Remarks

If there are more anchor points defined for this node than links connected to it, this method ensures that each point has at most one link attached to it. ReassignAnchorPoints also tries to assign links to points that are close to their opposite end points.

 See Also