IBlur

IBlur interface

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

public interface IBlur : IAccessiblePVIObject<IBlurEffectiveData>, IImageTransformOperation

Properties

NameDescription
AsIAccessiblePVIObject { get; }Allows to get base IAccessiblePVIObject interface. Read-only IAccessiblePVIObject.
AsIImageTransformOperation { get; }Allows to get base IImageTransformOperation interface. Read-only IImageTransformOperation.
Grow { get; set; }Determines 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 Boolean.
Radius { get; set; }Returns or sets blur radius. Read/write Double.

See Also