FreeImage.NET Class Library Reference
PluginRepositoryPlugin Method (Int32) |
Returns an instance of FreeImagePlugin,
representing the format at the given index.
Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FreeImagePlugin Plugin( int index )
Parameters
- index
- Type: SystemInt32
The index of the representing format.
Return Value
Type: FreeImagePluginAn instance of FreeImagePlugin.
See Also