<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands > Canvas_BitmapEnd |
Description
Close the selected graphic bitmap.
Syntax
Canvas_BitmapEnd
Returns
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
You must close every memory bitmap (that was created with Canvas_BitmapLoad or Canvas_BitmapNew) when you are finished using them for graphical operations. To close a bitmap, select it with the Canvas_Attach statement, then execute Canvas_BitMapEnd.
Restrictions
See also
Examples