FreeImage.NET Class Library Reference
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: BooleanReturns true on success, false on failure.
See Also