Add()

ImageTransformOperationCollection::Add(const System::SharedPtr<IImageTransformOperation>&) method

Adds the new image effect to the end of a collection.

void Aspose::Slides::Effects::ImageTransformOperationCollection::Add(const System::SharedPtr<IImageTransformOperation> &operation) override

Arguments

ParameterTypeDescription
operationconst System::SharedPtr<IImageTransformOperation>&The image effect to add to the end of a collection.

See Also