| 名前 | 解説 | |
|---|---|---|
![]()  | Size コンストラクタ | Initializes a new instance of the Size structure. | 
Sizeデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | Size コンストラクタ | Initializes a new instance of the Size structure. | 
| 名前 | 解説 | |
|---|---|---|
![]() ![]()  | Empty | Represents an empty instance of the Size structure. | 
![]()  | Height | Gets or sets the vertical component of the current Size. | 
![]()  | IsEmpty | Gets a value indicating whether of the current Size has zero Width and Height. | 
![]()  | Width | Gets or sets the horizontal component of the current Size. | 
| 名前 | 解説 | |
|---|---|---|
![]() ![]()  | Add | Adds two Size structures. | 
![]()  | Ceiling | Converts the current Size structure to a Point by rounding the width and height to the next higher integer values. | 
![]()  | Equals | Indicates whether this instance and a specified object are equal. | 
![]()  | GetHashCode | Returns the hash code for this instance. | 
![]() ![]()  | Parse | Converts a string to a Size structure. | 
![]() ![]()  | Substract | Subtracts one Size structure from another. | 
![]()  | ToString | Converts the current Size structure to a human-readable string representing it. | 
![]()  | Truncate | Converts the current Size structure to a Point by truncating the width and height to integer values. | 
  加算演算子  | Adds two Size structures. | 
  等価判定演算子  | Indicates whether two Size structures are equal. | 
  明示的 キャスト 演算子  | Converts a Size to a Point. | 
  暗黙的 キャスト 演算子  | オーバーロードされます。 Converts a System.Drawing.Size to a Size. | 
  等しくないか判定する演算子  | Indicates whether two Size structures are not equal. | 
  減算演算子  | Subtracts one Size structure from another. |