The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CopyToBMP


Unit: SDL_rchart
Class: TContourPlot
Declaration: procedure CopyToBMP (FName: string; BlkWhite: boolean);

The method CopyToBMP creates a Windows BMP file using the file specification FName. The bitmap file contains the entire contour plot, including axes and inscriptions. The bitmap is stored as a black-and-white copy if the parameter BlkWhite is set to TRUE. The file extension is automatically set to '.BMP ' regardless of the extension in the parameter FName.

Hint: This method is deprecated and should not be used for new developments. Use CopyToBitmap instead.



Last Update: 2023-Dec-13