Retrieves the position of an unmanaged stream.
Namespace:
FreeImageAPI.PluginsAssembly: 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 ) |