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