ShapeSegmentPath
ShapeSegmentPath class
Represents a segment path in a path of the freeform.
class ShapeSegmentPath;
Properties
type
Readonly. Gets the path segment type
type : ShapePathType;
points
Readonly. Gets the points in path segment
points : ShapePathPointCollection;
