FreeImage.TellMemory Method

FreeImage.NET

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: Int32
The current file position if successful, -1 otherwise.
See Also