TSC AUTO ID Technology Co., Ltd. 49 Copyright 2013 All Rights Reserved.
ERASE
Description
This command clears a specified region in the image buffer.
Syntax
ERASE x,y,x_width,y_height
The x-coordinate of the starting point (in dots)
The y-coordinate of the starting point (in dots)
The region width in x-axis direction (in dots)
The region height in y-axis direction (in dots)
Example
Sample code
SIZE 4,2.5
GAP 0,0
DIRECTION 1
CLS
BAR 100,100,300,300
ERASE 150,150,200,200
PRINT 1,1
See Also
CLS