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

NameTypeAccessDescription
RadiusfloatRead/WriteGets or sets the radius.
GrowboolRead/WriteGets or sets the grow.
PresentationIPresentation?ReadGets the presentation.
SlideIBaseSlide?ReadGets the slide.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
AsIImageTransformOperationIImageTransformOperationReadGets the as i image transform operation.

Methods

SignatureDescription
Blur()Initializes a new instance of the Blur class.

See Also