IBlur
Overview
IBlur is a interface in Aspose.Slides FOSS for .NET.
Inherits from: IImageTransformOperation.
Represents a blur effect that is applied to the entire shape, including its fill.
Properties: AsIImageTransformOperation, AsIPresentationComponent, Grow, Radius, Slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Radius | float | Read/Write | Returns or sets the blur radius in points. |
Grow | bool | Read/Write | Determines whether the bounds of the object should be grown as a result of the blurring. |
Slide | IBaseSlide? | Read | Gets the parent slide. |
AsIPresentationComponent | IPresentationComponent? | Read | Returns this instance viewed as an IPresentationComponent. |
AsIImageTransformOperation | IImageTransformOperation | Read | Returns this instance viewed as an IImageTransformOperation. |