AddBlurEffect

IImageTransformOperationCollection.AddBlurEffect method

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

public IBlur AddBlurEffect(double radius, bool grow)
ParameterTypeDescription
radiusDoubleThe radius of blur.
growBooleanSpecifies 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