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. All color channels, including alpha, are affected.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Radius | float | Read/Write | Gets or sets the blur radius in points |
Grow | bool | Read/Write | Gets or sets whether the blur expands the image bounds |
Presentation | IPresentation? | Read | References the presentation that owns this blur, if any |
Slide | IBaseSlide? | Read | References the slide that contains this blur, if any |
AsIPresentationComponent | IPresentationComponent | Read | Provides the blur as a presentation component |
AsIImageTransformOperation | IImageTransformOperation | Read | Exposes the blur as an image transform operation |
Methods
| Signature | Description |
|---|---|
Blur() | Constructs a new blur effect instance |