ConvertBitmapToImage Function
ImagingComponents

Converts VCL/CLX/LCL bitmap to TBaseImage.

Pascal
procedure ConvertBitmapToImage(Bitmap: TBitmap; 
                               Image: TBaseImage);
File

ImagingComponents (at line 300)

Description

Image must exist before procedure is called. It overwrites its current image data. When Image is TMultiImage only the current image level is overwritten.

Related Information
You are here: Symbol Reference > Functions > ConvertBitmapToImage Function