ValidateProc Delegate

FreeImage.NET

ValidateProc Delegate
Delegate to a function that determines whether the source defined by and is a valid image.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public delegate bool ValidateProc(
	ref FreeImageIO io,
	fi_handle handle
)

Parameters

io
Type: FreeImageAPI.IOFreeImageIO
handle
Type: FreeImageAPI.IOfi_handle

Return Value

Type: Boolean
See Also