FIRGBA16 Methods

FreeImage.NET

FIRGBA16 Methods

The FIRGBA16 type exposes the following members.

Methods
  Name Description
Public method CompareTo(Object)
Compares this instance with a specified Object.
Public method CompareTo(FIRGBA16)
Compares this instance with a specified FIRGBA16 object.
Public method Equals(Object)
Tests whether the specified object is a FIRGBA16 structure and is equivalent to this FIRGBA16 structure.
(Overrides ValueTypeEquals(Object).)
Public method Equals(FIRGBA16)
Tests whether the specified FIRGBA16 structure is equivalent to this FIRGBA16 structure.
Public method GetHashCode
Returns a hash code for this FIRGBA16 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 FIRGBA16 object to its equivalent string representation.
(Overrides ValueTypeToString.)
Top
See Also