error = (int) AreaCircle( rp, cx, cy, radius)
D0 A1 D0 D1 D2
ULONG AreaCircle(struct RastPort *, WORD, WORD, UWORD);
Add circle to the vector buffer. It will be drawn to the rastport when
AreaEnd is executed.
This function is actually a macro which calls
AreaEllipse(rp,cx,cy,radius,radius).
AreaMove() AreaDraw() AreaCircle()
InitArea() AreaEnd() graphics/rastport.h graphics/gfxmacros.h