 |
cmd_rplcpic |
Function (ROM Call 0x386) |
Executes TI-Basic 'RplcPic' command.
cmd_rplcpic displays the Graph Screen and draws the picture stored in the
TI-Basic variable pointed to by SymName (a VAT variable string, see
SYMSTR) into the current graph screen at
the pixel coordinates determined by the values pointed to by y and
x, respectively.
Both x and y should point to integer items.
SymName should be the name of a PIC variable.
See BitmapPut for much faster
low-level manipulations with bitmap pictures, independently of the Graph
Screen.
Uses: GetValue, HToESI, gr_active, GraphActivate, DerefSym, VarRecall, WinBitmapPut
See also: cmd_rclpic, cmd_andpic, cmd_xorpic, cmd_stopic, BitmapPut