void = DrawEllipse(AFRect *rect) void = DrawEllipse(AFPoint *point, long radius) void = DrawEllipse(AFPoint *point, long xradius, long yradius)DESCRIPTION Draws an Ellipse
INPUTS rect - size and coordinates of ellipse point - center of ellipse radius - radius of ellipse xradius - width of ellipse yradius - height of ellipse
RESULT none
BUGS none known
SEE ALSO AFRect <exec/types.h>