次の方法で共有


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)

enum BlurType の == 演算子をオーバーライドする

Implicit(BlurType to String)

BlurType を文字列に変換する暗黙的な演算子

Implicit(String to BlurType)

文字列を BlurType に変換する暗黙的な演算子

Inequality(BlurType, BlurType)

enum BlurType の != 演算子のオーバーライド

適用対象