Difference between revisions of "AMOSi:Menu instruction - ELlipse"

From Amiga Coding
Jump to: navigation, search
(New page: Draws an ellipse centred at the present cursor postion. <code><pre> EL r1,r2 </pre></code> r1,r2 enter the radii of the ellipse. Set them to the same value to generate a circ...)
 
(No difference)

Latest revision as of 02:15, 20 November 2007

Draws an ellipse centred at the present cursor postion.


EL r1,r2


r1,r2 enter the radii of the ellipse. Set them to the same value to generate a circle. The colour of your ellipse is defined using the INk instruction.