new Rectangle(label, xopt, yopt, widthopt, heightopt)
- Description:
A shape that is a rectangle.
- Source:
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
label |
String | name of this area. |
|
x |
int |
<optional> |
top left X. |
y |
int |
<optional> |
top left Y. |
width |
int |
<optional> |
width. |
height |
int |
<optional> |
height. |