In This Topic
Adds a new
Blur effect into the list.
Syntax
'Declaration
Public Function AddBlur( _
ByVal As System.Single _
) As Blur
public Blur AddBlur(
System.float
)
Parameters
- radius
- The radius of the blur.
Return Value
The inserted
BiLevel effect.
See Also