[]
        
(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
object
AlphaModulation
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

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