DEMO version ! After registering you will receive a complete version.
Description
This function draws a filled ellipse. The center of the ellipse is the
center of the bouding rectangle defined by ('Xleft','Ytop') and
('Xright','Ybottom'). The ellipse is filled with 'Color'.
Clipping is performed.
This function can be used only if you have set the screen to a graphic mode
using FGLSetMode().
Syntax
FGLFillEllipse(< Xleft >,< Ytop >,< Xright >,
< Ybottom >,< Color >) -> Result.