LocalPlugin.CloseProc Method

FreeImage.NET

LocalPluginCloseProc Method
Function that can be implemented.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected virtual void CloseProc(
	ref FreeImageIO io,
	fi_handle handle,
	IntPtr data
)

Parameters

io
Type: FreeImageAPI.IOFreeImageIO

[Missing <param name="io"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.CloseProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.IO.fi_handle,System.IntPtr)"]

handle
Type: FreeImageAPI.IOfi_handle

[Missing <param name="handle"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.CloseProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.IO.fi_handle,System.IntPtr)"]

data
Type: SystemIntPtr

[Missing <param name="data"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.CloseProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.IO.fi_handle,System.IntPtr)"]

See Also