[]
Adds a GroupShape to the end of the group shape.
public GroupShape AddGroupShape()
Public Function AddGroupShape() As GroupShape
Type | Description |
---|---|
GroupShape | The added GroupShape. |
Adds a GroupShape to the end of the group shape.
public GroupShape AddGroupShape(float width, float height)
Public Function AddGroupShape(width As Single, height As Single) As GroupShape
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. |