Remove()

IShapeCollection::Remove(System::SharedPtr<IShape>) method

Removes the first occurrence of a specific shape from the collection.

virtual void Aspose::Slides::IShapeCollection::Remove(System::SharedPtr<IShape> shape)=0

Arguments

ParameterTypeDescription
shapeSystem::SharedPtr<IShape>The shape to remove from the collection.

See Also