ShapeSegmentPath

ShapeSegmentPath class

Represents a segment path in a path of the freeform.

class ShapeSegmentPath;

Properties

PropertyTypeDescription
typeShapePathTypeReadonly. Gets the path segment type
pointsShapePathPointCollectionReadonly. Gets the points in path segment

Methods

MethodDescription
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

ShapePathType

getPoints()

@deprecated. Please use the ‘points’ property instead. Gets the points in path segment

getPoints() : ShapePathPointCollection;

Returns

ShapePathPointCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;