RemoveAt()

ImageTransformOperationCollection::RemoveAt(int32_t) method

Removes an image effect from a collection at the specified index.

void Aspose::Slides::Effects::ImageTransformOperationCollection::RemoveAt(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of an image effect that should be deleted.

See Also