[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.AlphaReplace

Class AlphaReplace

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

Represents an alpha replace effect.

Effect alpha (opacity) values are replaced by a fixed alpha.

public class AlphaReplace : ImageEffect
Inheritance
object
AlphaReplace
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

Alpha

Gets or sets the alpha (opacity) value.

Allowed values are from 0 to 1, inclusive.

The default is 0.

public float Alpha { get; set; }

Property Value

float

Methods

Equals(AlphaReplace)

protected bool Equals(AlphaReplace other)

Parameters

other AlphaReplace

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int