FreeImage.NET Class Library Reference
FreeImageEngine Class |
Class handling non-bitmap related functions.
Inheritance Hierarchy
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static class FreeImageEngine
The FreeImageEngine type exposes the following members.
Properties
Name | Description | |
---|---|---|
CopyrightMessage |
Gets a string containing a standard copyright message.
| |
IsAvailable |
Gets a value indicating if the FreeImage DLL is available or not.
| |
IsLittleEndian |
Gets whether the platform is using Little Endian.
| |
Version |
Gets a string containing the current version of the library.
|
Events
Name | Description | |
---|---|---|
Message |
Internal errors in FreeImage generate a logstring that can be
captured by this event.
|
See Also