FreeImage.NET Class Library Reference
LocalPlugin Constructor |
The constructor automatically registeres the plugin in FreeImage.
To do this it prepares a FreeImage defined structure with function pointers
to the implemented functions or null if not implemented.
Before registing the functions they are pinned in memory so the garbage collector
can't move them around in memory after we passed there addresses to FreeImage.
Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public LocalPlugin()
See Also