[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

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

592.0. "DrawEllipse() V1.2 ADos" by GLORY::SHIVES () Mon Jul 13 1987 22:50

    
    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.RTitleUserPersonal
Name
DateLines
592.1Real Programmers Don't Need DocumentationTEACH::ARTArt Baker, DC Training Center (EKO)Thu Jul 16 1987 17:537
	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