FreeImage.NET Class Library Reference
LocalPluginSupportsExportBPPProc Method |
Function that can be implemented.
Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected virtual bool SupportsExportBPPProc( int bpp )
Parameters
- bpp
- Type: SystemInt32
[Missing <param name="bpp"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SupportsExportBPPProc(System.Int32)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.SupportsExportBPPProc(System.Int32)"]
See Also