LocalPlugin.LoadProc Method

FreeImage.NET

LocalPluginLoadProc 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 FIBITMAP LoadProc(
	ref FreeImageIO io,
	fi_handle handle,
	int page,
	int flags,
	IntPtr data
)

Parameters

io
Type: FreeImageAPI.IOFreeImageIO

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

handle
Type: FreeImageAPI.IOfi_handle

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

page
Type: SystemInt32

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

flags
Type: SystemInt32

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

data
Type: SystemIntPtr

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

Return Value

Type: FIBITMAP

[Missing <returns> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.LoadProc(FreeImageAPI.IO.FreeImageIO@,FreeImageAPI.IO.fi_handle,System.Int32,System.Int32,System.IntPtr)"]

See Also