ASP.NET Pack Programmer's Guide
DiagramLink.updateFromPoints Method (Boolean, Boolean)
See Also
 






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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void updateFromPoints (
    boolean updateGroups,
    boolean updateSegmentCount
)

 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

updateFromPoints Method Overload List
DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace