GroupShape

Overview

GroupShape is a class in Aspose.Slides FOSS for C++.

Represents a group shape that contains a nested collection of shapes.

Properties

NameTypeAccessDescription
IShapeCollectionIShapeCollectionReadProperty provides read‑only access to the group’s child shapes via IShapeCollection
ShapeCollectionShapeCollectionReadReturns the group’s child shapes as a concrete ShapeCollection object

Methods

SignatureDescription
IShapeCollection()IShapeCollectionProperty provides read‑only access to the group’s child shapes via IShapeCollection
ShapeCollection()ShapeCollectionReturns the group’s child shapes as a concrete ShapeCollection object

See Also