Line Commands - Intermec EasyCoder PL3 Programmer's Reference Manual

Intermec easycoder pl3: reference guide
Hide thumbs Also See for EasyCoder PL3:
Table of Contents

Advertisement

Line Commands

Purpose: You can draw lines of any length, thickness, and angular orientation using
Format:
Example Input:
Example Output:
EasyCoder PL-Series Printer Programmer's Reference Manual
the Line command.
{command} {x 0 } {y 0 } {x 1 } {y 1 } {width}
where:
{command}: Choose from the following:
LINE Prints a line.
(or L)
{x 0 }:
x-coordinate of the top-left corner. For help, see "Label
Coordinate System" in Chapter 1.
{y 0 }:
y-coordinate of the top-left corner. For help, see "Label
Coordinate System" in Chapter 1.
{x 1 }:
x-coordinate of top right corner for horizontal and bottom
left corner for vertical. For help, see "Label Coordinate
System" in Chapter 1.
{y 1 }:
y-coordinate of top right corner for horizontal and bottom
left corner for vertical. For help, see "Label Coordinate
System" in Chapter 1.
{width}:
Unit-width (or thickness) of the line. For help, see "Units
Commands" in Chapter 2.
Input (LINE.LBL):
! 0 200 200 210 1
LINE 0 0 200 0 1
LINE 0 0 200 200 2
LINE 0 0 0 200 3
FORM
PRINT
0,0
0,200
Chapter 7— Graphics
200,0
200,200
59

Advertisement

Table of Contents
loading

This manual is also suitable for:

Easycoder pl4Easycoder pl-series

Table of Contents