LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to store a plot into a BMP file using GetCtrlDisplayBitmap? Or anything else....

I'd like to store plots in a file .bmp, is it possible using GetCtrlDisplayBitmap()?

thanks!
0 Kudos
Message 1 of 2
(3,038 Views)
Yes, just use GetCtrlDisplayBitmap to get the bitmap, then use SaveBitmapToFile in the Programmer's Toolkbox. (SaveBitmapToBMPFile and SaveBitmapToJPEGFile are also now available in the User Interface library in the latest version, CVI 7.1).

Best Regards,

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