WindowPosition 構造体 |
名前空間: WodiLib.Ini
[SerializableAttribute] public readonly struct WindowPosition : IEquatable<WindowPosition>
WindowPosition 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| WindowPosition |
コンストラクタ
|
| 名前 | 説明 | |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. (ValueTypeEquals(Object)をオーバーライド) | |
| Equals(WindowPosition) |
値を比較する。
| |
| 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 WindowPosition) |
Tuple<int, int> -> WindowPosition 型変換
| |
| (ValueTupleInt32, Int32 to WindowPosition) |
(int, int) -> WindowPosition 型変換
| |
| (WindowPosition to TupleInt32, Int32) |
WindowPosition -> Tuple<int, int> 型変換
| |
| (WindowPosition to ValueTupleInt32, Int32) |
WindowPosition -> (int, int) 型変換
| |
| Inequality |
!=
|
| 名前 | 説明 | |
|---|---|---|
| MaxValue_X | X座標最大値 | |
| MaxValue_Y | Y座標最大値 | |
| MinValue_X | X座標最小値 | |
| MinValue_Y | Y座標最小値 |