DEMO version ! After registering you will receive a complete version.

Description

This function fills an area of the display. Filling starts at the point
('Xbegin','Ybegin'). If this point lies inside a figure, the interior is
filled with the 'Color'.
Filling occurs in all directions, stopping at the color different from
the color of the pixel original at the location ('Xbegin','Ybegin').
The point ('Xbegin','Ybegin') must lie inside the current viewport.
Clipping is performed.

This function can be used only if you have set the screen to a graphic mode
using FGLSetMode().


Syntax

FGLFill(< Xbegin >,< Ybegin >,< Color >) -> Result.