Click or drag to resize

BlendEffect Constructor

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
)

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