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

Description

Draws a filled rectangle on the screen.
The upper-left corner of the rectangle is ('Xleft','Ytop'). The
bottom-right corner of the rectangle is ('Xright','Ybottom').
The color of the rectangle is defined by the value of 'Color'.
Clipping is performed.

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


Syntax

FGLFillRectangle(< Xleft >,< Ytop >, <Xright >,
< Ybottom >, < Color >) -> Result.