Description Loads the specified image from a DCX file.
Usage Dib = [IMG.]LoadDCXIntoDIB FileName Image Error
Remarks Dib LONGLONG The device independent bitmap. 0 if error occurred.
FileName String The file name of a DCX format file.
Image Integer The number of the image. The image count begins at 0. The image number does not apply to some image formats.
Error Short* Error code.
See Also SaveDIBInDCXFormat method
Note: This method does not free the DIB. Call the DropDIB method to free up the DIB