Add draw.ovalf
11
draw.ovalf.md
Normal file
11
draw.ovalf.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# draw.ovalf(x1, y1, x2, y2, color)
|
||||
Dibuixa una òval plena dins del rectangle definit per (x1, y1) i (x2, y2).
|
||||
|
||||
### Exemple
|
||||
```
|
||||
draw.ovalf(10, 10, 80, 40, 7)
|
||||
```
|
||||
|
||||
### Vore també
|
||||
* [draw.oval](draw.oval)
|
||||
* [draw.circf](draw.circf)
|
||||
Reference in New Issue
Block a user