ShapePathCollection
Contents
[
Hide
]ShapePathCollection class
Represents path collection information in NotPrimitive autoshape
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | Gets the count of paths |
| Item (int) | ShapePath | Gets a creation path. |
Methods
| Name | Description |
|---|---|
| add | Add a creation path. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
ShapePathCollection.Count property
Gets the count of paths
Type: int
ShapePathCollection.Item (int) property
Gets a creation path.
Type: ShapePath
add() (1 of 2)
Add a creation path.
Returns: Returns ShapePath object.
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.