Calls the set error message function in FreeImage.

Namespace:  FreeImageAPI
Assembly:  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.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also