ShapeSegmentPath

ShapeSegmentPath class

Represents a segment path in a path of the freeform.

class ShapeSegmentPath;

Properties

PropertyTypeDescription
typeShapePathTypeReadonly. Gets the path segment type
pointsShapePathPointCollectionReadonly. Gets the points in path segment

type

Readonly. Gets the path segment type

type : ShapePathType;

points

Readonly. Gets the points in path segment

points : ShapePathPointCollection;