TSC AUTO ID Technology Co., Ltd. 46 Copyright 2013 All Rights Reserved.
ELLIPSE
Description
This command draws an ellipse on the label.
Syntax
ELLIPSE x,y,width,height,thickness
Specify x-coordinate of upper left corner (in dots)
Specify y-coordinate of upper left corner (in dots)
Specify the width of the ellipse (in dots)
Specify the height of the ellipse (in dots)
Thickness of the ellipse (in dots)
Note:
This command has been supported since V6.91 EZ and later firmware.
Example
Sample code
SIZE 4,3
GAP 0,0
DIRECTION 1
CLS
BOX 10,10,410,110,1
ELLIPSE 10,10,400,100,2
BOX 10,120,110,520,1
ELLIPSE 10,120,100,400,5
PRINT 1