BITMAPINFOHEADER Methods

FreeImage.NET

BITMAPINFOHEADER Methods

The BITMAPINFOHEADER type exposes the following members.

Methods
  Name Description
Public method Equals(Object)
Tests whether the specified object is a BITMAPINFOHEADER structure and is equivalent to this BITMAPINFOHEADER structure.
(Overrides ValueTypeEquals(Object).)
Public method Equals(BITMAPINFOHEADER)
Tests whether the specified BITMAPINFOHEADER structure is equivalent to this BITMAPINFOHEADER structure.
Public method GetHashCode
Returns a hash code for this BITMAPINFOHEADER structure.
(Overrides ValueTypeGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also