Blur

Blur class

表示应用于整个形状,包括其填充的模糊效果。所有颜色通道,包括 alpha,都受到影响。

public sealed class Blur : ImageTransformOperation, IBlur

Properties

名称描述
AsIPresentationComponent { get; }允许获取基 IPresentationComponent 接口。只读 IPresentationComponent
Grow { get; set; }确定模糊后对象的边界是否应该扩大。 True 表示边界扩大,而 false 表示不扩大。读写布尔值。
Radius { get; set; }返回或设置模糊半径。读写双精度浮点数。

Methods

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

See Also