This documentation was styled with a demo skin from the Premium Pack 4 add-on for Help & Manual. The contents of the skin are encrypted and not configurable. You can only publish HM projects with this skin. You cannot edit it or change it.
This version is copyright and may only be used for local testing purposes. It may not be distributed.
Please purchase the full version of the Premium Pack to get the configurable skins and remove this notice. The package will also include the Toolbox configuration utility for Premium Pack skins.
Description
Save a 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_BitmapSaveImageFile(ImageFileWithExtension [, hWnd[, CtrlID]])
Returns
Number.
Zero = no errors
Parameters
Name |
Type |
Optional |
Meaning |
ImageFileWithExtension |
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 |
hWnd |
Number |
Yes |
Handle of the Canvas Window, Window, or Bitmap to be used by subsequent Canvas statements. |
CtrlID |
Number |
Yes |
The control id, if the target is a Canvas Control, or zero if the target is a Canvas Window or Bitmap |
Remarks
Restrictions
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
See also
Examples