AlphaBiLevel

AlphaBiLevel class

Represents an Alpha Bi-Level effect. Alpha (Opacity) values less than the threshold are changed to 0 (fully transparent) and alpha values greater than or equal to the threshold are changed to 100% (fully opaque).

public sealed class AlphaBiLevel : ImageTransformOperation, IAlphaBiLevel

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
Threshold { get; set; }Returns effect threshold. Read/write Single.

Methods

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

See Also