Built-in functions / Built-in functions |
Draws a rectangle in the current window.
FGL_DRAWBOX( height INTEGER, width INTEGER, line INTEGER, column INTEGER, color INTEGER )
The FGL_DRAWBOX() function draws a rectangle based on the character terminal coordinates in the current open window.
Dimensions and coordinates are specified in grid cells unit (i.e. characters).
This function is provided for backward compatibility. A call to this function will be ignored if the current window is not SCREEN based. The function is supported to draw rectangles in text mode applications.