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

NameTypeAccessDescription
RadiusfloatRead/WriteGets or sets the blur radius in points
GrowboolRead/WriteGets or sets whether the blur expands the image bounds
PresentationIPresentation?ReadReferences the presentation that owns this blur, if any
SlideIBaseSlide?ReadReferences the slide that contains this blur, if any
AsIPresentationComponentIPresentationComponentReadProvides the blur as a presentation component
AsIImageTransformOperationIImageTransformOperationReadExposes the blur as an image transform operation

Methods

SignatureDescription
Blur()Constructs a new blur effect instance

See Also