Man Linux: Main Page and Category List

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(3alleg),  arc(3alleg),  ellipsefill(3alleg), do_ellipse(3alleg),
       drawing_mode(3alleg), makecol(3alleg)