[]
Adds a GroupShape to the end of the group shape.
public GroupShape AddGroupShape()
| Type | Description |
|---|---|
| GroupShape | The added GroupShape. |
Adds a GroupShape to the end of the group shape.
public GroupShape AddGroupShape(float width, float height)
| Type | Name | Description |
|---|---|---|
| float | width | The group shape width, in points. |
| float | height | The group shape height, in points. |
| Type | Description |
|---|---|
| GroupShape | The added GroupShape. |