Blur Class

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

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Blur : ImageTransformOperation, IBlur, IImageTransformOperation

The Blur type exposes the following members.

Properties
  NameDescription
Public propertyGrow
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.
Public propertyRadius
Returns or sets blur radius. Read/write Double.
Methods
  NameDescription
Public methodEquals
Determines whether the specified Blur is equal to the current Blur.
(Overrides PVIObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides PVIObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also