AlphaReplace

AlphaReplace class

Represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha.

public sealed class AlphaReplace : ImageTransformOperation, IAlphaReplace

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.

Methods

NameDescription
override Equals(object)Determines whether the specified AlphaReplace is equal to the current AlphaReplace.
GetEffective()Gets effective Alpha Replace effect data with the inheritance applied.
override GetHashCode()Serves as a hash function for a particular type.

See Also