Description The method saves the 24 bit per pixel DIB as 32 bit per pixel DIB. If h32BitDib is 0, the 4th BYTE will be 0 in every 32 bit, otherwise the 4th BYTE comes from h32BitDib.
Syntax RetVal = [BIDIB.]Save32BitDIB FileName h24BitDib h32BitDib
Returns RetVal BOOL TRUE on success, otherwise FALSE.
Remarks FileName String Path and name of the file.
h24BitDib LONGLONG 24 bit per pixrl DIB to save.
h32BitDib LONGLONG 32 bit per pixel DIB.
See Also Convert32BitDIBTo24Bit Method, Load32BitDIB Method