The FIMEMORY structure is a handle to an opened memory stream.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
[SerializableAttribute]
public struct FIMEMORY : IComparable, IComparable<FIMEMORY>, 
	IEquatable<FIMEMORY>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Structure FIMEMORY _
	Implements IComparable, IComparable(Of FIMEMORY),  _
	IEquatable(Of FIMEMORY)
Visual C++
[SerializableAttribute]
public value class FIMEMORY : IComparable, 
	IComparable<FIMEMORY>, IEquatable<FIMEMORY>

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also