User Tools

Site Tools


en:circle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:circle [2016/08/12 13:08]
admin
en:circle [2020/02/28 10:46]
Line 1: Line 1:
-===== Circle (Statement) ===== 
  
-==== Format ==== 
- 
-**circle** [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[numericexpressions|radius_expression]]\\ 
-**circle** ( [[numericexpressions|x_position]], [[numericexpressions|y_position]], [[numericexpressions|radius_expression]] ) 
- 
-==== Description ==== 
- 
-Draws a circle centered at x,y with a radius r using the current pen and brush colors. 
- 
-==== Example ==== 
- 
-<code> 
-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 
-</code> 
-draws\\ 
-{{:circle.png|Circle}} 
- 
-==== See Also ==== 
-{{page>en:start#Graphics - Drawing&noheader}} 
en/circle.txt ยท Last modified: 2020/02/28 10:46 (external edit)