Query: ellipse
OS: osx
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ellipse(3alleg4) Allegro manual ellipse(3alleg4) 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(3alleg4), arc(3alleg4), ellipsefill(3alleg4), do_ellipse(3alleg4), drawing_mode(3alleg4), makecol(3alleg4) Allegro version 4.4.2 ellipse(3alleg4)
| Related Man Pages | 
|---|
| circlefill(3alleg4) - debian | 
| circle(3alleg4) - suse | 
| circle(3alleg4) - php | 
| circle(3alleg4) - v7 | 
| circle(3alleg4) - redhat | 
| Similar Topics in the Unix Linux Community | 
|---|
| Returns points of an ellipse |