LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save a graph into Windows metafile?

I'm trying to save a graph into .wmf or .emf file. Does anyone know how to do this? I'm using CVI 6.0
0 Kudos
Message 1 of 2
(2,715 Views)
CVI only provides mechanisms to save control and panel images at bitmaps (BMP). There is no direct support for WMF data types, but BMPs can easily be converted toe WMFs in any graphics program. To save a graph to a bitmap, just call:

GetCtrlBitmap (User Interface Library)
SaveBitmapToFile (Programmer's Toolbox)

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(2,714 Views)