[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.InsertAlphaModulation

InsertAlphaModulation Method

InsertAlphaModulation(int, float)

Inserts a new AlphaModulation effect into the list.

Declaration
public AlphaModulation InsertAlphaModulation(int index, float amount)
Parameters
Type Name Description
int index

The effect index in the list.

float amount

The amount to scale the alpha.

Returns
Type Description
AlphaModulation

The inserted AlphaModulation effect.