Delegate to a function that opens a file.

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

Syntax

C#
public delegate IntPtr OpenProc(
	ref FreeImageIO io,
	fi_handle handle,
	bool read
)
Visual Basic (Declaration)
Public Delegate Function OpenProc ( _
	ByRef io As FreeImageIO, _
	handle As fi_handle, _
	read As Boolean _
) As IntPtr
Visual C++
public delegate IntPtr OpenProc(
	FreeImageIO% io, 
	fi_handle handle, 
	bool read
)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also