User Tools

Site Tools


ru:circle

Differences

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

Link to this comparison view

ru:circle [2016/01/01 22:49]
ru:circle [2020/02/28 10:46] (current)
Line 1: Line 1:
 +==== Circle ====
 +=== Формат: ===
 +**circle** x, y, r
 +=== Описание: ===
 +Рисует круг с центром в x,y и радиусом r, используя текущий цвет.
 +=== Пример: ===
 +
 +<code>
 +color blue
 +rect 0,0,300,300
 +color red
 +circle 100,100,50
 +</code>
 +Будет изображено\\
 +{{cir.png|Circle}}
  
ru/circle.txt · Last modified: 2020/02/28 10:46 (external edit)