Returns an instance of FreeImagePlugin,
representing the format at the given index.
Namespace:
FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static FreeImagePlugin Plugin( int index ) |
Visual Basic (Declaration) |
---|
Public Shared Function Plugin ( _ index As Integer _ ) As FreeImagePlugin |
Visual C++ |
---|
public: static FreeImagePlugin^ Plugin( int index ) |
Parameters
- index
- Type: System..::.Int32
The index of the representing format.