PluginRepository.Plugin Method (Int32)

FreeImage.NET

PluginRepositoryPlugin Method (Int32)
Returns an instance of FreeImagePlugin, representing the format at the given index.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FreeImagePlugin Plugin(
	int index
)

Parameters

index
Type: SystemInt32
The index of the representing format.

Return Value

Type: FreeImagePlugin
An instance of FreeImagePlugin.
See Also