- 機能/意味
-
Construct Rect object
- タイプ
-
Rectクラスのコンストラクタ
- 構文
-
Rect(left, top, right, bottom)
- 引数
-
| left |
Specify the left edge.
|
| top |
Specify the top edge.
|
| right |
Specify the right edge.
|
| bottom |
Specify the bottom edge.
|
- 戻り値
-
なし (void)
- 説明
-
Constructs a Rect class object with the specified size.