MediaType 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.
The MediaType.
public readonly struct MediaType : IEquatable<Azure.Maps.Rendering.MediaType>
type MediaType = struct
Public Structure MediaType
Implements IEquatable(Of MediaType)
- Inheritance
-
MediaType
- Implements
Constructors
| Name | Description |
|---|---|
| MediaType(String) |
Initializes a new instance of MediaType. |
Properties
| Name | Description |
|---|---|
| ImageJpeg |
Return image in jpeg format. |
| ImagePng |
Return image in png format. |
Methods
| Name | Description |
|---|---|
| Equals(MediaType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MediaType, MediaType) |
Determines if two MediaType values are the same. |
| Implicit(String to MediaType) |
Converts a string to a MediaType. |
| Inequality(MediaType, MediaType) |
Determines if two MediaType values are not the same. |