FreeImage.SeekMemory Method

FreeImage.NET

FreeImageSeekMemory Method
Moves the memory handle to a specified location.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool SeekMemory(
	FIMEMORY stream,
	int offset,
	SeekOrigin origin
)

Parameters

stream
Type: FreeImageAPIFIMEMORY
Handle to a memory stream.
offset
Type: SystemInt32
Number of bytes from origin.
origin
Type: System.IOSeekOrigin
Initial position.

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also