FreeImage.NET Class Library Reference
LoadProc Delegate |
Delegate to a function that loads and decodes a bitmap into memory.
Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public delegate FIBITMAP LoadProc( ref FreeImageIO io, fi_handle handle, int page, int flags, IntPtr data )
Parameters
- io
- Type: FreeImageAPI.IOFreeImageIO
- handle
- Type: FreeImageAPI.IOfi_handle
- page
- Type: SystemInt32
- flags
- Type: SystemInt32
- data
- Type: SystemIntPtr
Return Value
Type: FIBITMAPSee Also