You can construct a Group with as many initial shapes as needed.
Initial Shapes added to the Group.
A Group's children are the Shape objects added to the Group.
Add a Shape objects to the Group's children.
The Shape to add to the Group.
Remove a Shape object from the Group.
Generated using TypeDoc
A meta-Shape that groups together a collection of "child" Shapes.
When shapes are added to a Group, the entire Group can be transformed all at once. This works similarly to grouping shapes in a drawing program like Illustrator or a presentation program like PowerPoint.
Groups can be nested within other groups.