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

Description

Draws the border of a 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 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

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