ShapePath
ShapePath class
Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.
class ShapePath;
Constructors
Name | Description |
---|---|
constructor() | Initializes a new instance of the ShapePath class. |
Methods
Method | Description |
---|---|
getPathSegementList() | Gets ShapeSegmentPathCollection list |
isNull() | Checks whether the implementation object is null. |
constructor()
Initializes a new instance of the ShapePath class.
constructor();
getPathSegementList()
Gets ShapeSegmentPathCollection list
getPathSegementList() : ShapeSegmentPathCollection;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;