Delegate to a function that opens a file.
Namespace:
FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public delegate IntPtr OpenProc( ref FreeImageIO io, fi_handle handle, bool read ) |
Visual Basic (Declaration) |
---|
Public Delegate Function OpenProc ( _ ByRef io As FreeImageIO, _ handle As fi_handle, _ read As Boolean _ ) As IntPtr |
Visual C++ |
---|
public delegate IntPtr OpenProc( FreeImageIO% io, fi_handle handle, bool read ) |
Parameters
- io
- Type:
FreeImageAPI.IO..::.FreeImageIO
%
- handle
- Type: FreeImageAPI.IO..::.fi_handle
- read
- Type: System..::.Boolean