
------------------------------------------------------------------------------
19. Draw an ellipse. <Main>
------------------------------------------------------------------------------
[Name]
mmc_ellipse_b
[Syntax]
#include <fgraph.h>
short mmc_ellipse_b( short control, short xc, short yc, short xr,
short yr ) ;
[Arguments]
control Control flag.
xc, yc View port coordinate of the ellipse center.
xr X-directional radius.
yr Y-directional radius.
[Return]
Returns non-0 value if successful, or 0 if any error.
[Description]
Draws an ellipse.
Specify one of the following symbols for "Control flag".
Symbol Purpose
---------------+----------------------------------------------
_GFILLINTERIOR Fills inside of the object with the current
fill mask pattern.
_GBORDER Draws only border line, not fills inside.