ZBox

(Engine-Level Function)

Description: Draws a layered box in a window.
Returns: Nothing
Usage: Steady State only.
Function Groups: Graphics
Related to: Bar | Box | GUIRectangle | ZBar
Format: ZBox(Left, Bottom, Right, Top, Color)
Parameters:  
Left  
Required. Any numeric expression for the left side coordinate of the box.
Bottom  
Required. Any numeric expression for the bottom side coordinate of the box.
Right  
Required. Any numeric expression for the right side coordinate of the box.
Top  
Required. Any numeric expression for the top side coordinate of the box.
Color  
Required. May be any of the following:
Comments: Although this is a layered graphic, it cannot be edited using the Idea Studio. It is for use within text mode editing only.

Example:

  ZBox(10, 110, 220, 
       10 { Bounding box for box },
       12 { Box is red }); 

This statement draws a (hollow) box in the window.