AddBlurEffect
ImageTransformOperationCollection.AddBlurEffect method
Adds the new Blur effect to the end of a collection.
public IBlur AddBlurEffect(double radius, bool grow)
Parameter | Type | Description |
---|---|---|
radius | Double | The radius of blur. |
grow | Boolean | Specifies 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
- interface IBlur
- class ImageTransformOperationCollection
- namespace Aspose.Slides.Effects
- assembly Aspose.Slides