TSC AUTO ID Technology Co., Ltd. 45 Copyright 2013 All Rights Reserved.
CIRCLE
Description
This command draws a circle on the label.
Syntax
CIRCLE X_start,Y_start,diameter,thickness
Specify x-coordinate of upper left corner (in dots)
Specify y-coordinate of upper left corner (in dots)
Specify the diameter of the circle (in dots)
Thickness of the circle (in dots)
Example
Sample code
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,5
PRINT 1