![]() |
![]()
| ![]() |
![]()
NAMEellipse - 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); DESCRIPTIONDraws an ellipse with the specified centre and radius.SEE ALSOcircle(3), arc(3), ellipsefill(3), do_ellipse(3), drawing_mode(3), makecol(3)
|