Delegate to a function that returns whether the plugin can handle the specified color depth.

Namespace:  FreeImageAPI.Plugins
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public delegate bool SupportsExportBPPProc(
	int bpp
)
Visual Basic (Declaration)
Public Delegate Function SupportsExportBPPProc ( _
	bpp As Integer _
) As Boolean
Visual C++
public delegate bool SupportsExportBPPProc(
	int bpp
)

Parameters

bpp
Type: System..::.Int32

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also