ShapeSegmentPath
ShapeSegmentPath class
Represents a segment path in a path of the freeform.
class ShapeSegmentPath;
Methods
Method | Description |
---|---|
getType() | Gets the path segment type |
getPoints() | Gets the points in path segment |
isNull() | Checks whether the implementation object is null. |
getType()
Gets the path segment type
getType() : ShapePathType;
Returns
getPoints()
Gets the points in path segment
getPoints() : ShapePathPointCollection;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;