TSC AUTO ID Technology Co., Ltd. 45 Copyright 2009 All Rights Reserved.
ERASE
Description
This command clears a specified region in the image buffer.
Syntax
ERASE X_start, Y_start, X_width, Y_height
Parameter Description
X_start The x-coordinate of the starting point (in dots)
Y_start The y-coordinate of the starting point (in dots)
X_width The region width in x-axis direction (in dots)
Y_height The region height in y-axis direction (in dots)
Example
SIZE 4,2.5
GAP 0,0
SPEED 6
DENSITY 8
DIRECTION 0
CLS
BAR 100, 100, 300, 300
ERASE 150,150,200,200
PRINT 1,1
See Also
CLS