Checks if a plugin can load bitmaps.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool FIFSupportsReading( FREE_IMAGE_FORMAT fif ) |
Visual Basic (Declaration) |
---|
Public Shared Function FIFSupportsReading ( _ fif As FREE_IMAGE_FORMAT _ ) As Boolean |
Visual C++ |
---|
public: static bool FIFSupportsReading( FREE_IMAGE_FORMAT fif ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The FREE_IMAGE_FORMAT of the plugin.