1ellipse(3)                      Allegro manual                      ellipse(3)
2
3
4

NAME

6       ellipse - Draws an ellipse. Allegro game programming library.
7

SYNOPSIS

9       #include <allegro.h>
10
11
12       void ellipse(BITMAP *bmp, int x, int y, int rx, int ry, int color);
13

DESCRIPTION

15       Draws an ellipse with the specified centre and radius.
16
17

SEE ALSO

19       circle(3),   arc(3),  ellipsefill(3),  do_ellipse(3),  drawing_mode(3),
20       makecol(3)
21
22
23
24Allegro                          version 4.4.3                      ellipse(3)
Impressum