ShapeSegmentPath
ShapeSegmentPath class
Represents a segment path in a path of the freeform.
class ShapeSegmentPath;
Properties
Property | Type | Description |
---|---|---|
type | ShapePathType | Readonly. Gets the path segment type |
points | ShapePathPointCollection | Readonly. 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;