FreeImageIO Fields

FreeImage.NET

FreeImageIO Fields

The FreeImageIO type exposes the following members.

Fields
  Name Description
Public field readProc
Delegate to the C++ function fread.
Public field seekProc
Delegate to the C++ function fseek.
Public field tellProc
Delegate to the C++ function ftell.
Public field writeProc
Delegate to the C++ function fwrite.
Top
See Also