FreeImage.NET Class Library Reference
fi_handle Methods |
The fi_handle type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares this instance with a specified Object.
|
|
CompareTo(fi_handle) |
Compares this instance with a specified fi_handle object.
|
|
Dispose |
Releases all resources used by the instance.
|
|
Equals(Object) |
Tests whether the specified object is a fi_handle structure
and is equivalent to this fi_handle structure.
(Overrides ValueTypeEquals(Object).) |
|
Equals(fi_handle) |
Indicates whether the current object is equal to another object of the same type.
|
|
GetHashCode |
Returns a hash code for this fi_handle structure.
(Overrides ValueTypeGetHashCode.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString |
Converts the numeric value of the fi_handle object
to its equivalent string representation.
(Overrides ValueTypeToString.) |
See Also