Gets the number of segments that form the link's geometry.
Namespace: MindFusion.Diagramming
Package: DiagramLink.js
JavaScript Copy Code |
---|
function getSegmentCount () |
Type: Number
An integer value specifying the number of segments of this link.
Link segments are either straight lines or Bezier curves, depending on the value of the link's Shape property. The segment coordinates are defined by the elements of ControlPoints, which contains four points per Bezier segment or two points per straight line segment, where each pair of adjacent segments share a common point.