[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.OpacityEffect.Get

Get Method

Get(float)

Returns an instance of the OpacityEffect class.

Declaration
public static OpacityEffect Get(float opacity)
Public Shared Function [Get](opacity As Single) As OpacityEffect
Parameters
Type Name Description
float opacity

The multiplier to the input image's alpha channel. The minimum value is 0.0f and the maximum value is 1.0f.

Returns
Type Description
OpacityEffect