en:circle

Circle

Format

circle x,y,r
circle ( x,y,r )

Description

Draws a circle centered at x,y with a radius r using the current pen and brush colors.

Example

clg

color red
circle 75,75,50

penwidth 5
color orange, yellow
circle 150,150,75

penwidth 10
color blue, clear
circle 225,225,50

draws
Circle

See Also

en/circle.txt · Last modified: 2013/01/02 14:39 by admin