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