FreeImageEngine Class

FreeImage.NET

FreeImageEngine Class
Class handling non-bitmap related functions.
Inheritance Hierarchy
SystemObject  FreeImageAPIFreeImageEngine

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
  NameDescription
Public propertyStatic memberCopyrightMessage
Gets a string containing a standard copyright message.
Public propertyStatic memberIsAvailable
Gets a value indicating if the FreeImage DLL is available or not.
Public propertyStatic memberIsLittleEndian
Gets whether the platform is using Little Endian.
Public propertyStatic memberVersion
Gets a string containing the current version of the library.
Top
Events
  NameDescription
Public eventStatic memberMessage
Internal errors in FreeImage generate a logstring that can be captured by this event.
Top
See Also