Blur
Contents
[
Hide
]Blur class
Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
public sealed class Blur : ImageTransformOperation, IBlur
Properties
Name | Description |
---|---|
AsIPresentationComponent { get; } | Allows to get base IPresentationComponent interface. Read-only IPresentationComponent . |
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. |
Methods
Name | Description |
---|---|
override Equals(object) | Determines whether the specified Blur is equal to the current Blur . |
GetEffective() | Gets effective Blur effect data with the inheritance applied. |
override GetHashCode() | Serves as a hash function for a particular type. |
See Also
- class ImageTransformOperation
- interface IBlur
- namespace Aspose.Slides.Effects
- assembly Aspose.Slides