BlurType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for 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)
- Inheritance
-
BlurType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Black |
Black: Black out filter |
Box |
Box: debug filter, bounding box only |
High |
High: Confuse blur filter |
Low |
Low: box-car blur filter |
Med |
Med: Gaussian blur filter |
Methods
Equals(BlurType) |
Compares enums of type BlurType |
Equals(Object) |
Overrides Equals operator for BlurType |
GetHashCode() |
Returns for hashCode BlurType |
ToString() |
Returns string representation for BlurType |
Operators
Equality(BlurType, BlurType) |
Overriding == operator for enum BlurType |
Implicit(BlurType to String) |
Implicit operator to convert BlurType to string |
Implicit(String to BlurType) |
Implicit operator to convert string to BlurType |
Inequality(BlurType, BlurType) |
Overriding != operator for enum BlurType |
Applies to
Azure SDK for .NET