Gets the current position of a memory handle.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static int TellMemory( FIMEMORY stream ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function TellMemory ( _ stream As FIMEMORY _ ) As Integer |
| Visual C++ |
|---|
public: static int TellMemory( FIMEMORY stream ) |
Parameters
- stream
- Type: FreeImageAPI..::.FIMEMORY
Handle to a memory stream.