Callback function used by FreeImage to register plugins.
Namespace:
FreeImageAPI.Plugins
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public delegate void InitProc(
ref Plugin plugin,
int format_id
) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub InitProc ( _
ByRef plugin As Plugin, _
format_id As Integer _
) |
| Visual C++ |
|---|
public delegate void InitProc(
Plugin% plugin,
int format_id
) |
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also