Intermec EasyCoder C4 – Programmer’s Guide Ed. 3 62
Chapter 7 Commands
Description
This command is used to draw black lines where the line will be white when
intersecting a black area or object and vice versa.
Syntax
LEp
1
,p
2
,p
3
,p
4
Parameters p
1
Horizontal start position (X) in dots.
p
2
Vertical start position (Y) in dots.
p
3
Horizontal length in dots.
p
4
Vertical length in dots.
Example
N ↵ :Clears image buffer
LE50,200,400,20 ↵ :Draws line A
LE200,50,20,400 ↵ :Draws line B
P1 ↵ :Prints one label
Line A
Line B
Intersection
LE – Line Draw Exclusive