LoadNonRGBPCXIntoDIB Method

Description         Loads the specified non rgb PCX image file.

Usage                  Dib = [BIImgFrm.]LoadNonRGBPCXIntoDIB FileName Error

Remarks             Dib                          LONGLONG The device independent bitmap. 0 if error occurred.

                            FileName                String              The file name of a PCX format file.

                            Error                      Short*             Error code.

                            The color space flag is stored in the header of PCX file.

See Also              SaveNonRGBDIBInPCXFormat Method, GetPCXColorSpace Method

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