Add draw.rect

2026-03-16 10:45:56 +01:00
parent 67ac29f463
commit 96de57b439

11
draw.rect.md Normal file

@@ -0,0 +1,11 @@
# draw.rect(x, y, w, h, color)
Dibuixa el contorn d'un rectangle en (x, y) de mida (w, h) amb el color especificat.
### Exemple
```
draw.rect(10, 10, 40, 30, 2)
```
### Vore també
* [draw.rectf](draw.rectf)
* [draw.rrect](draw.rrect)