FreeImage.NET Class Library Reference
CloseProc Delegate |
Delegate to a function that closes a previosly opened file.
Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public delegate void CloseProc( ref FreeImageIO io, fi_handle handle, IntPtr data )
Parameters
- io
- Type: FreeImageAPI.IOFreeImageIO
- handle
- Type: FreeImageAPI.IOfi_handle
- data
- Type: SystemIntPtr
See Also