Delegate to the C++ function ftell.
Namespace:
FreeImageAPI.IOAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public delegate int TellProc( fi_handle handle ) |
Visual Basic (Declaration) |
---|
Public Delegate Function TellProc ( _ handle As fi_handle _ ) As Integer |
Visual C++ |
---|
public delegate int TellProc( fi_handle handle ) |
Parameters
- handle
- Type: FreeImageAPI.IO..::.fi_handle
Handle/stream to retrieve its currents position from.