GraphicsFormats Xojo plugin |
|
RawBMPImporter.ErrorValues Enum
Enum representing error codes which this class can return.
enum RawBMPImporter.ErrorValues
Constants
NO_ERROR = 0 | No error |
INVALID_PARAMETER = -2 | Invalid parameter |
UNSUPPORTED_FORMAT = -9 | Unsupported RawBitmap format. |
COULD_NOT_OPEN_FILE = -11 | Could not open file. |