Maptitude GISDK Help |
Saves figure graphics to a Windows Enhanced metafile.
SaveFigureToMetafile(string figure_name, string emf_name)
Argument |
Contents |
figure_name |
The name of the figure window whose contents are to be saved as a metafile. If figure_name is null, the current figure will be saved |
emf_name |
The path and/or filename for the Windows Enhanced metafile to be created |
If only the file name is given, the .emf file is saved to Maptitude's program directory.
The output .emf file is a "placeable" metafile, with the header required by most applications which read metafiles.
SaveFigureToMetafile(, "newchart.emf")
Error Type |
Meaning |
Error |
The filename is invalid or could not be created |
NotFound |
The specified figure does not exist |
Function |
Summary |
Copies a figure to the Windows clipboard |
|
Saves the figure image as a Windows bitmap |
|
Saves the contents of the figure window to an image file |
|
Saves the figure image as a JPEG compressed file |
|
Saves map graphics to a Windows Enhanced metafile |
©2025 Caliper Corporation | www.caliper.com |