Delegate to the C++ function ftell.

Namespace:  FreeImageAPI.IO
Assembly:  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.

Return Value

The current position.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also