[]
Adds a GroupShape to this collection at the End location.
public GroupShape Add()
Public Function Add() As GroupShape
Type | Description |
---|---|
GroupShape | The added GroupShape. |
Inserts a GroupShape into this collection at the End location.
public GroupShape Add(float width, float height)
Public Function Add(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 inserted GroupShape. |