Remove()

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

Removes the first occurrence of the specified shape from the shape collection.

void Aspose::Slides::ShapeCollection::Remove(System::SharedPtr<IShape> shape) override

Arguments

ParameterTypeDescription
shapeSystem::SharedPtr<IShape>The IShape to remove.

See Also