Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
FreeImageAPI.FreeImageEngine Class Reference

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...
 

Detailed Description

Class handling non-bitmap related functions.

Definition at line 10 of file FreeImageEngine.cs.

Property Documentation

static string FreeImageAPI.FreeImageEngine.CopyrightMessage
staticget

Gets a string containing a standard copyright message.

Definition at line 83 of file FreeImageEngine.cs.

static bool FreeImageAPI.FreeImageEngine.IsAvailable
staticget

Gets a value indicating if the FreeImage DLL is available or not.

Definition at line 53 of file FreeImageEngine.cs.

static bool FreeImageAPI.FreeImageEngine.IsLittleEndian
staticget

Gets whether the platform is using Little Endian.

Definition at line 94 of file FreeImageEngine.cs.

static string FreeImageAPI.FreeImageEngine.Version
staticget

Gets a string containing the current version of the library.

Definition at line 72 of file FreeImageEngine.cs.

Event Documentation

static OutputMessageFunction FreeImageAPI.FreeImageEngine.Message
static

Internal errors in FreeImage generate a logstring that can be captured by this event.

Definition at line 64 of file FreeImageEngine.cs.


The documentation for this class was generated from the following file: