名前 | 解説 | |
---|---|---|
Corners コンストラクタ | オーバーロードされます。 |
Cornersデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Corners コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Empty | Provides a Corners object with no thickness. | |
IsEmpty | Returns true if the Corners object is empty. | |
LeftBottom | Gets or sets the radius for the left bottom corner. | |
LeftTop | Gets or sets the radius for the left top corner. | |
RightBottom | Gets or sets the radius for the right bottom corner. | |
RightTop | Gets or sets the radius for the right top corner. |
名前 | 解説 | |
---|---|---|
Equals | Determines whether the value of the specified object is equivalent to the current Corners. | |
GetHashCode | Generates a hash code for the current Corners. | |
SwapLeftRight | Swaps corners for RightToLeft layout. | |
SwapTopBottom | Swaps top and bottom corners. | |
ToString | Returns a string that represents the current Corners. |
等価判定演算子 | Tests whether two specified Corners objects are equivalent. |
暗黙的 キャスト 演算子 | Converts an System.Int32 into a Corners. |
等しくないか判定する演算子 | Tests whether two specified Corners objects are not equivalent. |