AddBlurEffect()

ImageTransformOperationCollection::AddBlurEffect(double, bool) method

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

System::SharedPtr<IBlur> Aspose::Slides::Effects::ImageTransformOperationCollection::AddBlurEffect(double radius, bool grow) override

Arguments

ParameterTypeDescription
radiusdoubleThe radius of blur.
growboolSpecifies whether the bounds of the object should be grown as a result of the blurring. True indicates the bounds are grown while false indicates that they are not.

Return Value

Index of the new image effect in a collection.

See Also