![]() |
Paradox Game Engine
v1.0.0 beta06
|
Class handling non-bitmap related functions. More...
Properties | |
static bool | IsAvailable [get] |
Gets a value indicating if the FreeImage DLL is available or not. More... | |
static string | Version [get] |
Gets a string containing the current version of the library. More... | |
static string | CopyrightMessage [get] |
Gets a string containing a standard copyright message. More... | |
static bool | IsLittleEndian [get] |
Gets whether the platform is using Little Endian. More... | |
Events | |
static OutputMessageFunction | Message |
Internal errors in FreeImage generate a logstring that can be captured by this event. More... | |
Class handling non-bitmap related functions.
Definition at line 10 of file FreeImageEngine.cs.
|
staticget |
Gets a string containing a standard copyright message.
Definition at line 83 of file FreeImageEngine.cs.
|
staticget |
Gets a value indicating if the FreeImage DLL is available or not.
Definition at line 53 of file FreeImageEngine.cs.
|
staticget |
Gets whether the platform is using Little Endian.
Definition at line 94 of file FreeImageEngine.cs.
|
staticget |
Gets a string containing the current version of the library.
Definition at line 72 of file FreeImageEngine.cs.
|
static |
Internal errors in FreeImage generate a logstring that can be captured by this event.
Definition at line 64 of file FreeImageEngine.cs.