User Tools

Site Tools


el:circle

Differences

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

Link to this comparison view

el:circle [2016/01/01 22:38]
el:circle [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Circle =====
  
 +==== Σύνταξη ====
 +
 +**circle** //x//,//y//,//r//\\
 +**circle** ( //x//,//y//,//r// )
 +
 +==== Περιγραφή ====
 +
 +Ζωγραφίζει έναν κύκλο με κέντρο x,y και ακτίνα r χρησιμοποιώντας τα τρέχοντα χρώματα πινέλου και στυλού.
 +
 +==== Παράδειγμα ====
 +
 +<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>
 +θα απεικονίσει\\
 +{{:circle.png|Circle}}
 +
 +==== Δες επίσης ====
 +{{page>el:start#Graphics - Drawing&noheader}}
el/circle.txt · Last modified: 2020/02/28 10:46 (external edit)