fi_handle Methods

FreeImage.NET

fi_handle Methods

The fi_handle type exposes the following members.

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