ShapePathPointCollection

ShapePathPointCollection class

Represents all shape path points.

new ShapePathPointCollection()

Methods

NameDescription
add(x, y)Adds a path point.
add()Reserved for internal use.
clear()
contains()Reserved for internal use.
get(index)Gets shape path point by index.
get()Reserved for internal use.
getCount()
indexOf()Reserved for internal use.
iterator()
removeAt()

add(x, y)

Adds a path point.

ParameterTypeDescription
xNumberThe x coordinate.
yNumberThe y coordinate.

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index)

Gets shape path point by index.

ParameterTypeDescription
indexNumberThe index

Returns: ShapePathPoint — ShapePathPoint Returns ShapePathPoint object

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()