AlphaInverse

AlphaInverse class

表示 Alpha 反转效果。Alpha(不透明度)值通过从 100% 中减去来进行反转。

public sealed class AlphaInverse : ImageTransformOperation, IAlphaInverse

属性

名称描述
AsIPresentationComponent { get; }允许获取基本的 IPresentationComponent 接口。 只读 IPresentationComponent

方法

名称描述
override Equals(object)确定指定的 AlphaInverse 是否等于当前的 AlphaInverse
GetEffective()获取应用继承的有效 Alpha 反转效果数据。
override GetHashCode()作为特定类型的哈希函数。

另见