LocalPlugin.GetImplementedMethods Method

FreeImage.NET

LocalPluginGetImplementedMethods Method
Function that returns a bitfield containing the implemented methods.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected abstract LocalPluginMethodFlags GetImplementedMethods()

Return Value

Type: LocalPluginMethodFlags
Bitfield of the implemented methods.
See Also