Sets a collection of the control points of this link. Namespace: MindFusion.Diagramming
|
JavaScript
![]() |
---|
function setControlPoints (value) |
You can specify new positions of a link's points through that property. The number of points depends on the link shape. Links made of Bézier-splines has four control points for each segment. Links of the other styles have two control points per segment. Adjacent segments share a common control point. After setting new positions of control points you must call the updateFromPoints method.