FI16RGB565 Methods

FreeImage.NET

FI16RGB565 Methods

The FI16RGB565 type exposes the following members.

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