Retrieves the position of an unmanaged stream.

Namespace:  FreeImageAPI.Plugins
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
protected int Tell(
	FreeImageIO io,
	fi_handle handle
)
Visual Basic (Declaration)
Protected Function Tell ( _
	io As FreeImageIO, _
	handle As fi_handle _
) As Integer
Visual C++
protected:
int Tell(
	FreeImageIO io, 
	fi_handle handle
)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also