FreeImage.NET Class Library Reference
FreeImageTellMemory Method |
Gets the current position of a memory handle.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static int TellMemory( FIMEMORY stream )
Parameters
- stream
- Type: FreeImageAPIFIMEMORY
Handle to a memory stream.
Return Value
Type: Int32The current file position if successful, -1 otherwise.
See Also