SupportsExportBPPProc Delegate

FreeImage.NET

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

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public delegate bool SupportsExportBPPProc(
	int bpp
)

Parameters

bpp
Type: SystemInt32

Return Value

Type: Boolean
See Also