[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageEffectList.AddAlphaReplace

AddAlphaReplace Method

AddAlphaReplace(float)

Adds a new AlphaReplace effect into the list.

Declaration
public AlphaReplace AddAlphaReplace(float alpha)
Public Function AddAlphaReplace(alpha As Single) As AlphaReplace
Parameters
Type Name Description
float alpha

The alpha (opacity) value.

Returns
Type Description
AlphaReplace

The inserted AlphaReplace effect.