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. All color channels, including alpha, are affected.

Properties

NameTypeAccessDescription
RadiusfloatRead/WriteSpecifies the blur radius in points
GrowboolRead/WriteIndicates whether the blur effect expands outward
SlideIBaseSlide?ReadGets or sets the slide that contains this blur effect
AsIPresentationComponentIPresentationComponent?Read
AsIImageTransformOperationIImageTransformOperationRead

See Also