Delegate to a function that determines whether the source defined
by and is a valid image.
Namespace:
FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public delegate bool ValidateProc( ref FreeImageIO io, fi_handle handle ) |
Visual Basic (Declaration) |
---|
Public Delegate Function ValidateProc ( _ ByRef io As FreeImageIO, _ handle As fi_handle _ ) As Boolean |
Visual C++ |
---|
public delegate bool ValidateProc( FreeImageIO% io, fi_handle handle ) |