Provided by: allegro4-doc_4.4.3.1-4.1build3_all bug

NAME

       ellipse - Draws an ellipse. Allegro game programming library.

SYNOPSIS

       #include <allegro.h>

       void ellipse(BITMAP *bmp, int x, int y, int rx, int ry, int color);

DESCRIPTION

       Draws an ellipse with the specified centre and radius.

SEE ALSO

       circle(3alleg4),    arc(3alleg4),   ellipsefill(3alleg4),   do_ellipse(3alleg4),   drawing_mode(3alleg4),
       makecol(3alleg4)

Allegro                                           version 4.4.3                                 ellipse(3alleg4)