你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlurType 结构

定义

定义 BlurType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.BlurTypeConverter))]
public struct BlurType : IEquatable<Microsoft.Azure.Management.Media.Models.BlurType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.BlurTypeConverter))>]
type BlurType = struct
Public Structure BlurType
Implements IEquatable(Of BlurType)
继承
BlurType
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

Black

黑色:黑掉筛选器

Box

框:调试筛选器,仅限边界框

High

高:混淆模糊筛选器

Low

低:盒车模糊筛选器

Med

Med:高斯模糊筛选器

方法

Equals(BlurType)

比较 BlurType 类型的枚举

Equals(Object)

重写 BlurType 的 Equals 运算符

GetHashCode()

hashCode BlurType 的返回

ToString()

返回 BlurType 的字符串表示形式

运算符

Equality(BlurType, BlurType)

重写枚举 BlurType 的 == 运算符

Implicit(BlurType to String)

用于将 BlurType 转换为字符串的隐式运算符

Implicit(String to BlurType)

用于将字符串转换为 BlurType 的隐式运算符

Inequality(BlurType, BlurType)

重写枚举 BlurType 的 != 运算符

适用于