AMOSi:Menu instruction - ELlipse

From Amiga Coding
Revision as of 02:15, 20 November 2007 by Spellcoder (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.