[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.AlphaModulation

Class AlphaModulation

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents an alpha modulate fixed effect.

Effect alpha (opacity) values are multiplied by a fixed amount.

public class AlphaModulation : ImageEffect
Inheritance
AlphaModulation
Inherited Members

Properties

Amount

Gets or sets the amount to scale the alpha.

Allowed values are from 0 to 1, inclusive.

The default is 1.

public float Amount { get; set; }

Property Value

float

Methods

Equals(AlphaModulation)

protected bool Equals(AlphaModulation other)

Parameters

other AlphaModulation

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int