ellipse - Man Page
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(3), arc(3), ellipsefill(3), do_ellipse(3), drawing_mode(3), makecol(3)
Referenced By
arc(3), circle(3), do_ellipse(3), ellipsefill(3).
version 4.4.3 Allegro manual