<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > CONTROLS > Control Types > Canvas Control > Canvas Control Commands > Canvas_BitmapSave |
Description
Save currently selected canvas target as an image file.
Supported image file can be one of the following extension: .png .jpg .jpeg .gif .bmp .tif
Syntax
n = Canvas_BitmapSave(BitmapFileName)
Returns
Number.
Zero = no errors
Parameters
Name |
Type |
Optional |
Meaning |
BitmapFileName |
String |
No |
Full path of the image file to save. If file already exists it will be replaced.
Image type will be derived by file name extension. Supported image file can be one of the following extension: .png .jpg .jpeg .gif .bmp .tif |
Remarks
Image type will be automatically derived by file name extension.
Supported image file can be one of the following extension: .png .jpg .jpeg .gif .bmp .tif
Restrictions
See also
Examples