ShapePathPointCollection
Contents
[
Hide
]ShapePathPointCollection class
Represents all shape path points.
new ShapePathPointCollection()
Methods
| Name | Description |
|---|---|
| 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.
| Parameter | Type | Description |
|---|---|---|
| x | Number | The x coordinate. |
| y | Number | The y coordinate. |
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets shape path point by index.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index |
Returns: ShapePathPoint — ShapePathPoint Returns ShapePathPoint object
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.