IBlur

IBlur class

Represents a Blur effect that is applied to the entire shape, including its fill.
All color channels, including alpha, are affected.

The IBlur type exposes the following members:

Properties

NameDescription
radiusReturns or sets blur radius.
Read/write float.
growDetermines whether the bounds of the object should be grown as a result of the blurring.
True indicates the bounds are grown while false indicates that they are not.
Read/write bool.
as_i_image_transform_operationAllows to get base IImageTransformOperation interface.
Read-only IImageTransformOperation.

Methods

NameDescription
get_effective()Gets effective object formatting data with the inheritance applied.

See Also