Returns a regular expression string that can be used by a regular expression engine to identify the bitmap.
FreeImageQt makes use of this function.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static string GetFIFRegExpr( FREE_IMAGE_FORMAT fif ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetFIFRegExpr ( _ fif As FREE_IMAGE_FORMAT _ ) As String |
Visual C++ |
---|
public: static String^ GetFIFRegExpr( FREE_IMAGE_FORMAT fif ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
The desired FREE_IMAGE_FORMAT.