FreeImageAPI.IO Namespace

FreeImage.NET

FreeImageAPI.IO Namespace
 
Structures
  Structure Description
Public structure fi_handle
Wrapper for a custom handle.
Public structure FreeImageIO
Structure for implementing access to custom handles.
Delegates
  Delegate Description
Public delegate ReadProc
Delegate to the C++ function fread.
Public delegate SeekProc
Delegate to the C++ function fseek.
Public delegate TellProc
Delegate to the C++ function ftell.
Public delegate WriteProc
Delegate to the C++ function fwrite.