Draw a circle with the center at the given point and a the given radius. The circle can also be filled with a color if one is specified.
draw_circle(x,y,radius,color,fillcolor) or draw_circle(x,y,radius,color,fillcolor)
Wiki: FDBasicGFX
Wiki: FDcomplete
Wiki: TableOfContents
Wiki: Update
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: brianez21
This documentation is wrong, it says x and y are for the upper left corner of the rectangle, they are actually for the center co-ordinates of the circle!