LoadNonRGBDCXIntoDIB  Method

Description         Loads the specified image from a non rgb DCX file.

Usage                  Dib = [IMG.]LoadNonRGBDCXIntoDIB 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.

                            The color space flag is stored in the header of the image.

See Also              SaveNonRGBDIBInDCXFormat method, GetDCXColorSpace method

Note:                   This method does not free the DIB.  Call the DropDIB method to free up the DIB