ShapeSegmentPath
Contents
[
Hide
]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 |
Methods
Method | Description |
---|---|
getType() | @deprecated. Please use the ’type’ property instead. Gets the path segment type |
getPoints() | @deprecated. Please use the ‘points’ property instead. Gets the points in path segment |
isNull() | Checks whether the implementation object is null. |
type
Readonly. Gets the path segment type
type : ShapePathType;
points
Readonly. Gets the points in path segment
points : ShapePathPointCollection;
getType()
@deprecated. Please use the ’type’ property instead. Gets the path segment type
getType() : ShapePathType;
Returns
getPoints()
@deprecated. Please use the ‘points’ property instead. Gets the points in path segment
getPoints() : ShapePathPointCollection;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;