LocalPlugin.OpenProc Method

FreeImage.NET

LocalPluginOpenProc 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 IntPtr OpenProc(
	ref FreeImageIO io,
	fi_handle handle,
	bool read
)

Parameters

io
Type: FreeImageAPI.IOFreeImageIO

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

handle
Type: FreeImageAPI.IOfi_handle

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

read
Type: SystemBoolean

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

Return Value

Type: IntPtr

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

See Also