Chapter 3 Creating and Editing Screens
Example
Disable the first station of COM1 port.
3.14.3.9 Drawing
There are various kinds of drawing commands. For more details, please refer to the
following sections.
RECTANGLE (Draw a Rectangle) Equation
RECTANGLE (Var1)
Explanation
This command is used to draw a rectangle on the screen.
Var1 is the upper-left X-coordinate
Var1+1 is the upper-left Y-coordinate
Var1+2 is the width of the rectangle
Var1+3 is the height of the rectangle
Var1+4 is the color of the rectangle
Remark
Var1 can be internal memory only.
Revision May, 2010 3-365