IBlur

Overview

IBlur is a interface in Aspose.Slides FOSS for Java. Inherits from: IImageTransformOperation.

Represents a Blur effect that is applied to the entire shape, including its fill.

Properties

NameTypeAccessDescription
radiusdoubleReadReturns the blur radius in points.
growbooleanReadReturns whether the blur boundary grows beyond the shape bounds.

Methods

SignatureDescription
getRadius()doubleReturns the blur radius in points.
setRadius(value: double)Sets the blur radius in points.
isGrow()booleanReturns whether the blur boundary grows beyond the shape bounds.
setGrow(value: boolean)Sets whether the blur boundary grows beyond the shape bounds.

See Also