FreeImage.NET Class Library Reference
FIMEMORY Structure |
The FIMEMORY structure is a handle to an opened memory stream.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
[SerializableAttribute] public struct FIMEMORY : IComparable, IComparable<FIMEMORY>, IEquatable<FIMEMORY>
The FIMEMORY type exposes the following members.
Properties
Methods
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares this instance with a specified Object.
| |
CompareTo(FIMEMORY) |
Compares this instance with a specified FIMEMORY object.
| |
Equals(Object) | (Overrides ValueTypeEquals(Object).) | |
Equals(FIMEMORY) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Returns a hash code for this FIMEMORY structure.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetNull |
Sets the handle to null.
| |
ToString |
Converts the numeric value of the FIMEMORY object
to its equivalent string representation.
(Overrides ValueTypeToString.) |
Operators
Name | Description | |
---|---|---|
Equality |
Tests whether two specified FIMEMORY structures are equivalent.
| |
Inequality |
Tests whether two specified FIMEMORY structures are different.
|
Fields
Name | Description | |
---|---|---|
Zero |
A read-only field that represents a handle that has been initialized to zero.
|
See Also