Resolution Structure
Represents a display resolution.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public struct Resolution : ISpanParsable<Resolution>,
IParsable<Resolution>VB
Public Structure Resolution
Implements ISpanParsable(Of Resolution), IParsable(Of Resolution)C++
public value class Resolution : ISpanParsable<Resolution>,
IParsable<Resolution>F#
[<SealedAttribute>]
type Resolution =
struct
inherit ValueType
interface ISpanParsable<Resolution>
interface IParsable<Resolution>
end- Implements
- IParsableResolution, ISpanParsableResolution
Constructors
| Resolution | Initializes a new instance of the Resolution structure. |
Properties
| Height | Gets or sets the vertical display resolution. |
| Width | Gets or sets the horizontal display resolution. |
Methods
| 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. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.