Blur effect constructor.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public BlendEffect(
double radius,
bool isGrow
)
Public Sub New (
radius As Double,
isGrow As Boolean
)
public:
BlendEffect(
double radius,
bool isGrow
)
new :
radius : float *
isGrow : bool -> BlendEffect
Parameters
-
radius
-
Type:
System
Double
The radius of blur.
-
isGrow
-
Type:
System
Boolean
Specifies 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.
See Also