Description Saves a device independent bitmap to the specified Windows Bitmap File (*.BMP). Alpha Chanel will not be used. It will be supported in a future release.
Syntax RetVal = [BiDib.]SaveDIB FileName Dib
Returns RetVal Boolean True on success, otherwise False.
Remarks FileName String The destination file name.
Dib LONGLONG Device independent bitmap to save.
See Also LoadDIBFromFile Method