Chapter 7 — Commands
ESim for the PC4 and PF8 Printer Programmer’s Reference Manual 89
Example:
This example draws two lines (A and B) intersecting one another,
using the commands below:
N
LE50,200,400,20
LE200,50,20,400
P1
LS - Line Draw Diagonal
Purpose: This command is used to draw diagonal black lines overwriting
previous information.
Syntax: LSp
1
,p
2
,p
3
,p
4
,p
5
.
Line A
Line B
LS Command Parameter Descriptions
Parameter Description
p
1
Horizontal start position (X) in dots.
p
2
Vertical start position (Y) in dots.
p
3
Line thickness in dots.
p
4
Horizontal end position (X) in dots.
p
5
Vertical end position (Y) in dots.