126
CipherLab BASIC Programming Part I
FILL_RECT
Purpose To fill a rectangular area on the LCD.
Syntax FILL_RECT(x%, y%, size_x%, size_y%)
Remarks “x%”, “y%”
are integer variables, indicating the x, y coordinates of the upper
left point of the rectangular area.
“size_x%” is an integer variable, indicating the width of the rectangle in pixels.
“size_y%”
is an integer variable, indicating the height of the rectangle in pixels.
Example
See Also CLR_RECT