ShapeSegmentPath

ShapeSegmentPath class

Represents a segment path in a path of the freeform.

class ShapeSegmentPath;

Methods

MethodDescription
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

ShapePathType

getPoints()

Gets the points in path segment

getPoints() : ShapePathPointCollection;

Returns

ShapePathPointCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;