# draw the first circle circle 10 # draw a circle on the corner circle 10 CORNER # draw a circle with a size circle radius # draw a circle with a size on the corner circle radius CORNER
Description
Draw a circle with a specific size. Can start from the corner (CORNER) or center (CENTER)
Syntax
circle size position
Parameters
- radius: the radius of the circle
- position: placement of the circle relative to the current cursor position.
CORNER starts the circle in the top-left corner, CENTER starts the circle in the center and draws it around the current position.
- optional, default: CENTER
