ellipse - Draws an ellipse. Allegro game programming library.
Contents
Description
Draws an ellipse with the specified centre and radius.
Name
ellipse - Draws an ellipse. Allegro game programming library.
See Also
circle(3alleg4), arc(3alleg4), ellipsefill(3alleg4), do_ellipse(3alleg4), drawing_mode(3alleg4), makecol(3alleg4) Allegro version 4.4.3 ellipse(3alleg4)
Synopsis
#include<allegro.h>voidellipse(BITMAP*bmp,intx,inty,intrx,intry,intcolor);
