Delegate to a function that closes a previosly opened file.

Namespace:  FreeImageAPI.Plugins
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public delegate void CloseProc(
	ref FreeImageIO io,
	fi_handle handle,
	IntPtr data
)
Visual Basic (Declaration)
Public Delegate Sub CloseProc ( _
	ByRef io As FreeImageIO, _
	handle As fi_handle, _
	data As IntPtr _
)
Visual C++
public delegate void CloseProc(
	FreeImageIO% io, 
	fi_handle handle, 
	IntPtr data
)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also