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

NameTypeAccessDescription
RadiusfloatRead/WriteReturns or sets the blur radius in points.
GrowboolRead/WriteDetermines whether the bounds of the object should be grown as a result of the blurring.
SlideIBaseSlide?ReadGets the parent slide.
AsIPresentationComponentIPresentationComponent?ReadReturns this instance viewed as an IPresentationComponent.
AsIImageTransformOperationIImageTransformOperationReadReturns this instance viewed as an IImageTransformOperation.

See Also