ShapePathPointCollection

ShapePathPointCollection class

Represents all shape path points.

Constructors

NameDescription
ShapePathPointCollection

Properties

NameTypeDescription
Countint
Item (int)ShapePathPointGets shape path point by index.

Methods

NameDescription
addAdds a path point.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

ShapePathPointCollection()

ShapePathPointCollection.Count property

Type: int

ShapePathPointCollection.Item (int) property

Gets shape path point by index.

Type: ShapePathPoint

add(x, y) (1 of 2)

Adds a path point.

ParameterTypeDescription
xintThe x coordinate.
yintThe y coordinate.

add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.