名前 | 解説 | |
---|---|---|
Size2L コンストラクタ | Initializes a new instance of the Size2Lstruct. |
Size2Lデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Size2L コンストラクタ | Initializes a new instance of the Size2Lstruct. |
名前 | 解説 | |
---|---|---|
Empty | An empty size. | |
Height | The vertical component of this Size2Lstructure. | |
Infinite | An infinite size. | |
SizeInBytes | The size of the Size2L type, in bytes. | |
Width | The horizontal component of this Size2Lstructure. |
名前 | 解説 | |
---|---|---|
Add | Adds the width and height of one Size2L structure to the width and height of another Size2L structure. | |
Equals | オーバーロードされます。 Indicates whether this instance and a specified object are equal. | |
GetHashCode | Serves as the default hash function. | |
Subtract | Subtracts the width and height of one Size2L structure from the width and height of another Size2L structure. | |
ToSize2D | Converts Size2Lto Size2D. | |
ToSize2F | Converts Size2Lto Size2F. | |
ToString | Returns a string that represents the current Size2L object. |
等価判定演算子 | Determines if the specified Size2L objects are equal. |
等しくないか判定する演算子 | Determines if the specified Size2L objects are not equal. |