User Tools

Site Tools


en:circle

This is an old revision of the document!


Circle (Statement)

Format

circle x_position, y_position, r_expr
circle ( x_position, y_position, r_expr )

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

2016/01/01 22:42
en/circle.1471026962.txt.gz · Last modified: 2020/02/28 10:46 (external edit)