FreeBSD Manual Pages
ellipse(3) Allegro manual ellipse(3) 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(3), arc(3), ellipsefill(3), do_ellipse(3), drawing_mode(3), makecol(3) Allegro version 4.4.3 ellipse(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ellipse&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
