FreeImage.OutputMessageProc Method

FreeImage.NET

FreeImageOutputMessageProc Method
Calls the set error message function in FreeImage.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void OutputMessageProc(
	FREE_IMAGE_FORMAT fif,
	string message
)

Parameters

fif
Type: FreeImageAPIFREE_IMAGE_FORMAT
Format of the bitmaps.
message
Type: SystemString
The error message.
See Also