Function DrawCircle

DrawCircle(x, y, radius)
The function draws a filled circle by its center (x, y) coordinates and radius. By default the color of circle is white. Example:
DrawCircle(200, 100, 50)
This is how result would look like (red coordinates are just for reference):

See also: