TSC AUTO ID Technology Co., Ltd. 43 Copyright 2009 All Rights Reserved.
CIRCLE
Description
This command draws a circle on the label.
Syntax
CIRCLE X_start, Y_start, diameter, circle thickness
Parameter Description
X_start Specify x-coordinate of upper left corner (in dots)
Y_start Specify y-coordinate of upper left corner (in dots)
diameter Specify the diameter of the circle (in dots)
thickness Thickness of the circle (in dots)
Example
SIZE 80 mm, 30 mm
GAP 0,0
DIRECTION 1
CLS
BAR 250,20,100,1
BAR 250,20,1,100
CIRCLE 250,20,100,1
PRINT 1