HTBasic Help
×
Menu
Index

Bitmap Widget - Retain Raster

 
RETAIN RASTER, when set to "0", rereads the file when it repaints. When set to "1", RETAIN RASTER keeps a copy of the bitmap and color map in memory, allowing faster repainting.
 
NOTE
 
Because your program will use a significantly larger amount of memory when you set RETAIN RASTER to 1, do so only when it is important to redraw the BITMAP widget quickly.