AlphaFloor

AlphaFloor class

Represents an Alpha Floor effect. Alpha (opacity) values less than 100% are changed to zero. In other words, anything partially transparent becomes fully transparent.

public sealed class AlphaFloor : ImageTransformOperation, IAlphaFloor

Properties

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

Methods

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

See Also