MindFusion.Wpf Pack Programmer's Guide
DiagramLink.UpdateFromPoints Method (Boolean)
See Also
 





Updates the link's internal state after the link's control points have been changed.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void UpdateFromPoints (
    bool updateGroups
)

Visual Basic  Copy Code

Public Sub UpdateFromPoints( _
    updateGroups As Boolean _
)

 Parameters

updateGroups
true to update the positions of nodes attached to the link; otherwise, false.

 See Also

UpdateFromPoints Method Overload List
DiagramLink Members
DiagramLink Class
MindFusion.Diagramming.Wpf Namespace