Maptitude GISDK Help |
Saves a figure as a Windows bitmap file.
SaveFigureToBitmap(string figure_name, string file_name)
Argument |
Contents |
figure_name |
The name of the figure, or null for the current figure |
file_name |
The path and name of the file |
It is preferable to use the SaveFigureToImage() function rather than this function.
SaveFigureToBitmap("My Chart", "c:\\myfile.bmp")
Error Type |
Meaning |
Error |
The file_name is invalid or the file could not be created |
NotFound |
The specified figure does not exist |
Function |
Summary |
Saves the contents of the figure window to an image file |
|
Saves the figure image as a JPEG compressed file |
©2025 Caliper Corporation | www.caliper.com |