Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertBlur Method
The effect index in the list.
The radius of the blur.

In This Topic
    InsertBlur Method
    In This Topic
    Inserts a new Blur effect into the list.
    Syntax
    'Declaration
     
    Public Function InsertBlur( _
       ByVal index As System.Integer, _
       ByVal radius As System.Single _
    ) As Blur
    public Blur InsertBlur( 
       System.int index,
       System.float radius
    )

    Parameters

    index
    The effect index in the list.
    radius
    The radius of the blur.

    Return Value

    The inserted BiLevel effect.
    See Also