
PT-Basic Programming Manual Ver. 1.00 74/143
To set default background image for bitmap file.
A%= TEXTBLOCK_SETBGIMAGE(FilePath$)
R%=TEXTBLOCK_SETBGIMAGE("d:\program\test.bmp")
A% is an integer variable to be assigned to the result.
FilePath $ is a string variable, indicating the bitmap file path.
After executing this command, all TextBlock will be reset.
To set or get TextBlock mode for single or multi layer.
TEXTBLOCK_MODE = A%
X% = TEXTBLOCK_MODE
TEXTBLOCK_MODE=1
…
PRINT “TEXTBLOCK_MODE:”; TEXTBLOCK_MODE
A% is an integer variable to be assigned as the TextBlock
mode..
X% is an integer variable indicating the TextBlock mode.
A%=SWITCHTEXTBLOCK(BlockNo %)
A% is an integer variable to be assigned to the result.
BlockNo% is an integer variable in the range from 0 to 15.
Commenti su questo manuale