Zebra CPCL Specifications Page 89

  • Download
  • Add to my manuals
  • Print
  • Page
    / 497
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 88
Mobile Printing Systems
CPCL Programming Manual
Section 7
Graphics
pg. 7-2
0,0
200,2000,200
200,0
LINE Commands
Lines of any length, thickness, and angular orientation can be drawn using the LINE command.
Format:
{command} {x
0
} {y
0
} {x
1
} {y
1
} {width}
where:
{command}: Choose from the following:
LINE (or L): Prints a line.
{x
0
}: X-coordinate of the top-left corner.
{y
0
} Y-coordinate of the top-left corner.
{x
1
}: X-coordinate of:
- top right corner for horizontal.
- bottom left corner for vertical.
{y
1
}: Y-coordinate of:
- top right corner for horizontal.
- bottom left corner for vertical.
{width}: Unit-width (or thickness) of the line
Input:
! 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
Output:
Note: Text coordinates (in output) are shown for illustration purposes only.
Page view 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 496 497

Comments to this Manuals

No comments