Calls the set error message function in FreeImage.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static void OutputMessageProc( FREE_IMAGE_FORMAT fif, string message ) |
Visual Basic (Declaration) |
---|
Public Shared Sub OutputMessageProc ( _ fif As FREE_IMAGE_FORMAT, _ message As String _ ) |
Visual C++ |
---|
public: static void OutputMessageProc( FREE_IMAGE_FORMAT fif, String^ message ) |
Parameters
- fif
- Type: FreeImageAPI..::.FREE_IMAGE_FORMAT
Format of the bitmaps.
- message
- Type: System..::.String
The error message.