Convert32BitDIBTo24Bit  Method

Description         This method converts a 32 bit per pixel DIB to 24 bit per pixel DIB. The method will ignore the 4th BYTE in every 32 bit.

Syntax                 RetVal = [BIDIB.]Convert32BitDIBTo24Bit  hDib

Returns               RetVal                    LONGLONG The handle of new converted DIB.

Remarks             hDib                       LONGLONG 32 bit per pixel DIB to convert.

See Also          Save32BitDIB Method, Load32BitDIB Method