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
Parameter | Type | Description |
---|---|---|
radius | double | The radius of blur. |
grow | bool | 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
- Typedef SharedPtr
- Class IBlur
- Class ImageTransformOperationCollection
- Namespace Aspose::Slides::Effects
- Library Aspose.Slides