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

NameDescription
constructor()Initializes a new instance of the ShapePath class.

Methods

MethodDescription
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

ShapeSegmentPathCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;