Blur
Overview
Blur is a class in Aspose.Slides FOSS for .NET.
Inherits from: ISlideComponent, IBlur, IImageTransformOperation.
Represents a blur effect that is applied to the entire shape, including its fill.
This class provides 1 method for working with Blur objects in .NET programs.
Available methods include: Blur.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIImageTransformOperation, AsIPresentationComponent, Grow, Presentation, Radius, Slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Radius | float | Read/Write | Gets or sets the radius. |
Grow | bool | Read/Write | Gets or sets the grow. |
Presentation | IPresentation? | Read | Gets the presentation. |
Slide | IBaseSlide? | Read | Gets the slide. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
AsIImageTransformOperation | IImageTransformOperation | Read | Gets the as i image transform operation. |
Methods
| Signature | Description |
|---|---|
Blur() | Initializes a new instance of the Blur class. |