IBlur
Overview
IBlur is a interface in Aspose.Slides FOSS for Java.
Inherits from: IImageTransformOperation.
Represents a Blur effect that is applied to the entire shape, including its fill.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
radius | double | Read | Returns the blur radius in points. |
grow | boolean | Read | Returns whether the blur boundary grows beyond the shape bounds. |
Methods
| Signature | Description |
|---|---|
getRadius() → double | Returns the blur radius in points. |
setRadius(value: double) | Sets the blur radius in points. |
isGrow() → boolean | Returns whether the blur boundary grows beyond the shape bounds. |
setGrow(value: boolean) | Sets whether the blur boundary grows beyond the shape bounds. |