Delegate to a function that returns whether the plugin can handle the
specified color depth.
Namespace:
FreeImageAPI.PluginsAssembly: 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