Add draw.circf
11
draw.circf.md
Normal file
11
draw.circf.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# draw.circf(x, y, r, color)
|
||||||
|
Dibuixa un cercle ple en (x, y) amb radi r i el color especificat.
|
||||||
|
|
||||||
|
### Exemple
|
||||||
|
```
|
||||||
|
draw.circf(50, 50, 20, 9)
|
||||||
|
```
|
||||||
|
|
||||||
|
### Vore també
|
||||||
|
* [draw.circ](draw.circ)
|
||||||
|
* [draw.ovalf](draw.ovalf)
|
||||||
Reference in New Issue
Block a user