[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.InsertAlphaReplace

InsertAlphaReplace Method

InsertAlphaReplace(int, float)

Inserts a new AlphaReplace effect into the list.

Declaration
public AlphaReplace InsertAlphaReplace(int index, float alpha)
Public Function InsertAlphaReplace(index As Integer, alpha As Single) As AlphaReplace
Parameters
Type Name Description
int index

The effect index in the list.

float alpha

The alpha (opacity) value.

Returns
Type Description
AlphaReplace

The inserted AlphaReplace effect.