ShapeCollection
Contents
[
Hide
]ShapeCollection class
Collection of Shapes.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | Shape |
Methods
| Name | Description |
|---|---|
| add | Add the shape in the collection. |
| remove | Remove the shape from the collection. |
| removeDependsOn | Remove the shapes including DEPENDSON shapes from the collection. |
| unGroup | UnGroup the shape. |
| group | Group the shapes. |
The shape in the groupItems should not be grouped. The shape must be in this Shapes collection. | | getShape | Gets the element at the specified name. | | getShapeIncludingChild | Gets the element including it’s child shape at the specified name. | | clear | | | removeAt | | | iterator | Reserved for internal use. |