RemoveAt()

ShapeCollection::RemoveAt(int32_t) method

Removes the shape at the specified index from the shape collection.

void Aspose::Slides::ShapeCollection::RemoveAt(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index of the shape to remove.

See Also