InsertGroupShape()
IShapeCollection::InsertGroupShape(int32_t) method
Creates a new GroupShape and inserts it to the collection at the specified index. GroupShape frame size and position will be fitted to content when new shape will be added into the GroupShape.
virtual System::SharedPtr<IGroupShape> Aspose::Slides::IShapeCollection::InsertGroupShape(int32_t index)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index at which value should be inserted. |
Return Value
Created GroupShape object.
See Also
- Typedef SharedPtr
- Class IGroupShape
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides