Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertAlphaReplace Method
The effect index in the list.
The alpha (opacity) value.

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

    Parameters

    index
    The effect index in the list.
    alpha
    The alpha (opacity) value.

    Return Value

    The inserted AlphaReplace effect.
    See Also