Search
DiagramLink.UpdateFromPoints Method (Boolean, Boolean)
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void UpdateFromPoints (
    bool updateGroups,
    bool updateSegmentCount
)

Visual Basic  Copy Code

Public Sub UpdateFromPoints( _
    updateGroups As Boolean, _
    updateSegmentCount As Boolean _
)

 Parameters

updateGroups

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

updateSegmentCount

true to update the SegmentCount property based on the number of points in the collection.

 See Also