Reassigns links to anchor points so that they are evenly disctributed.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public void ReassignAnchorPoints () |
Visual Basic Copy Code |
---|
Public Sub ReassignAnchorPoints () |
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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |