FreeImage.NET Class Library Reference
TellProc Delegate |
Delegate to the C++ function ftell.
Namespace: FreeImageAPI.IO
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public delegate int TellProc( fi_handle handle )
Parameters
- handle
- Type: FreeImageAPI.IOfi_handle
Handle/stream to retrieve its currents position from.
Return Value
Type: Int32The current position.
See Also