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_rot3d
Class:TRot3D
Declaration:procedure CopyToBMP (FName: string; IncludeFrame: boolean);

The method CopyToBMP creates a Windows BMP file using the file specification FName. The bitmap file contains the whole chart display. The bitmap is stored as 24 bit color map, the file extension is automatically set to '.BMP ' regardless of the extension in the parameter FName. The parameter IncludeFrame controls whether the frame of the component is displayed.

Example: This method is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): exrot3d



Last Update: 2023-Dec-14