PluginRepository.Plugin Method

FreeImage.NET

PluginRepositoryPlugin Method
Overload List
  Name Description
Public method Static member Plugin(Int32)
Returns an instance of FreeImagePlugin, representing the format at the given index.
Public method Static member Plugin(String)
Returns an instance of FreeImagePlugin. expression is searched in: Format, RegExpr, ValidExtension and ValidFilename.
Public method Static member Plugin(FREE_IMAGE_FORMAT)
Returns an instance of FreeImagePlugin, representing the given format.
Top
See Also