ShapePathCollection
Contents
[
Hide
]ShapePathCollection class
Represents path collection information in NotPrimitive autoshape
Methods
| Name | Description |
|---|---|
| add() | Add a creation path. |
| add() | Reserved for internal use. |
| clear() | |
| contains() | Reserved for internal use. |
| get(index) | Gets a creation path. |
| get() | Reserved for internal use. |
| getCount() | Gets the count of paths |
| indexOf() | Reserved for internal use. |
| iterator() | |
| removeAt() |
add()
Add a creation path.
Returns: Number — Number Returns ShapePath object.
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index)
Gets a creation path.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The index. |
Returns: ShapePath — ShapePath Returns ShapePath object.
get()
Reserved for internal use.
getCount()
Gets the count of paths
indexOf()
Reserved for internal use.