A SERVICE OF

logo

Description This command will draw a line from (x1,y1) to (x2,y2) using the current
drawing color. Lines may be drawn from any part of the display to any
other part. However, it may be important to note that the line may in-
terpolate differently right to left, or left to right. This means that a line
drawn in white from right to left may not fully erase the same line drawn
in black from left to right.
Remembered No
8.5 Continue a Line
Syntax
Hexadecimal 0xFE 0x65 [x] [y]
Decimal 254 101 [x] [y]
ASCII 254 “e” [x] [y]
Parameters
Parameter Length Description
x 1 Left bounds.
y 1 Top Bounds.
Description This command will draw a line with the current drawing color from the
last line end (x2,y2) to (x,y). This command uses the global drawing
color.
Remembered No
8.6 Draw a Rectangle
Syntax
Hexadecimal 0xFE 0x72 [color] [x1] [y1] [x2] [y2]
Decimal 254 114 [color] [x1] [y1] [x2] [y2]
ASCII 254 “r” [color] [x1] [y1] [x2] [y2]
Parameters
Parameter Length Description
color 1 Drawing color (0: White, 1-255:
Black).
x1 1 Left bounds.
y1 1 Top Bounds.
x2 1 Right Bounds.
y2 1 Bottom Bounds.
Matrix Orbital GLK24064-25 30