1ellipse(3) Allegro manual ellipse(3)
23
4
NAME
6ellipse - Draws an ellipse. Allegro game programming library.
7
SYNOPSIS
9#include <allegro.h>
1011
12
void ellipse(BITMAP *bmp, int x, int y, int rx, int ry, int color);
13
DESCRIPTION
15Draws an ellipse with the specified centre and radius.
1617
SEE ALSO
19circle(3), arc(3), ellipsefill(3), do_ellipse(3), drawing_mode(3),
20makecol(3)
2122
23
24
Allegro version 4.2.2 ellipse(3)