FreeImage.NET Class Library Reference
FreeImageOpenMemory Method |
Open a memory stream.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIMEMORY OpenMemory( IntPtr data, uint size_in_bytes )
Parameters
- data
- Type: SystemIntPtr
Pointer to the data in memory. - size_in_bytes
- Type: SystemUInt32
Length of the data in byte.
Return Value
Type: FIMEMORYHandle to a memory stream.
See Also