Title: | AMIGA NOTES |
Notice: | Join us in the *NEW* conference - HYDRA::AMIGA_V2 |
Moderator: | HYDRA::MOORE |
Created: | Sat Apr 26 1986 |
Last Modified: | Wed Feb 05 1992 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 5378 |
Total number of notes: | 38326 |
I am writing a program that will be doing some graphics. My question is what is the best way to draw a circle? Version 1.2 Enhanser talks about a new function called DrawEllipse() and then says for details "see graphics.doc". I have the ROM Kernal Manuals from CBM, not A-W. Does anyone have any more information concerning this function? Also, are there any examples that draw circles easily? The only calls from V1.1 are like PolyDraw that draws polygons, etc. Thanks for the information, Mark
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
592.1 | Real Programmers Don't Need Documentation | TEACH::ART | Art Baker, DC Training Center (EKO) | Thu Jul 16 1987 14:53 | 7 |
The new version of Mortimer's "Amiga Programmer's Reference" has descriptions of DrawCircle(), DrawEllipse(), AreaCircle(), and AreaEllipse. If you don't have access to this volume, I can key in a copy of the arg-list. Basically, they just take an RPort, a center, a height, and a width. -Art |