Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / InsertAlphaModulation Method
The effect index in the list.
The amount to scale the alpha.

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

    Parameters

    index
    The effect index in the list.
    amount
    The amount to scale the alpha.

    Return Value

    The inserted AlphaModulation effect.
    See Also