WindowSize 構造体 |
名前空間: WodiLib.Ini
[SerializableAttribute] public readonly struct WindowSize : IEquatable<WindowSize>
WindowSize 型は下記のメンバーを公開します。
名前 | 説明 | |
---|---|---|
![]() | WindowSize |
コンストラクタ
|
名前 | 説明 | |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (ValueTypeEquals(Object)をオーバーライド) |
![]() | Equals(WindowSize) |
値を比較する。
|
![]() | GetHashCode | Returns the hash code for this instance. (ValueTypeGetHashCodeをオーバーライド) |
![]() | GetType | Gets the Type of the current instance. (Objectから継承) |
![]() | ToString | Returns the fully qualified type name of this instance. (ValueTypeから継承) |
名前 | 説明 | |
---|---|---|
![]() ![]() | Equality |
==
|
![]() ![]() | (TupleInt32, Int32 to WindowSize) |
Tuple<int, string> -> WindowSize 型変換
|
![]() ![]() | (ValueTupleInt32, Int32 to WindowSize) |
(int, string) -> WindowSize 型変換
|
![]() ![]() | (WindowSize to TupleInt32, Int32) |
WindowSize -> Tuple<int, string> 型変換
|
![]() ![]() | (WindowSize to ValueTupleInt32, Int32) |
WindowSize -> (int, string) 型変換
|
![]() ![]() | Inequality |
!=
|
名前 | 説明 | |
---|---|---|
![]() ![]() | MaxValue_Height | Y座標最大値 |
![]() ![]() | MaxValue_Width | X座標最大値 |
![]() ![]() | MinValue_Height | Y座標最小値 |
![]() ![]() | MinValue_Width | X座標最小値 |