Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageEffectList Class / AddAlphaModulation Method
The amount to scale the alpha.

In This Topic
    AddAlphaModulation Method
    In This Topic
    Adds a new AlphaModulation effect into the list.
    Syntax
    'Declaration
     
    Public Function AddAlphaModulation( _
       ByVal amount As System.Single _
    ) As AlphaModulation
    public AlphaModulation AddAlphaModulation( 
       System.float amount
    )

    Parameters

    amount
    The amount to scale the alpha.

    Return Value

    The inserted AlphaModulation effect.
    See Also