TellProc Delegate

FreeImage.NET

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: Int32
The current position.
See Also