Gets a collection of the control points of this link. Namespace: MindFusion.Diagramming
|
JavaScript
![]() |
---|
function getControlPoints () |
A collection of control Points that specify the link's shape.
Use this method to learn the positions of a link's points. The number of points in the collection depends on the Style and SegmentCount of the link. 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. New points are added with setControlPoints. After setting new positions of control points you must call the updateFromPoints method.