[]
Draw rectangle with currect stroke and fill.
void DrawRect(double x, double y, double w, double h)
Sub DrawRect(x As Double, y As Double, w As Double, h As Double)
| Type | Name | Description |
|---|---|---|
| double | x | x-coordinate of rectangle. |
| double | y | y-coordinate of rectangle. |
| double | w | Rectangle width. |
| double | h | Rectangle height. |