public struct Resolution : ISpanParsable<Resolution>,
IParsable<Resolution>Public Structure Resolution
Implements ISpanParsable(Of Resolution), IParsable(Of Resolution)public value class Resolution : ISpanParsable<Resolution>,
IParsable<Resolution>[<SealedAttribute>]
type Resolution =
struct
inherit ValueType
interface ISpanParsable<Resolution>
interface IParsable<Resolution>
end| Resolution | Initializes a new instance of the Resolution structure. |
| Height | Gets or sets the vertical display resolution. |
| Width | Gets or sets the horizontal display resolution. |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Parse(ReadOnlySpanChar, IFormatProvider) | Parses a span of characters into a Resolution structure. |
| Parse(String, IFormatProvider) | Parses a string into a Resolution structure. |
| ToString |
Returns a string representation of this instance.
(Overrides ValueTypeToString) |
| TryParse(ReadOnlySpanChar, IFormatProvider, Resolution) | Parses a span of characters into a Resolution structure. |
| TryParse(String, IFormatProvider, Resolution) | Parses a string into a Resolution structure. |