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