BITMAPINFO Methods

FreeImage.NET

BITMAPINFO Methods

The BITMAPINFO type exposes the following members.

Methods
  Name Description
Public method Equals(Object)
Tests whether the specified object is a BITMAPINFO structure and is equivalent to this BITMAPINFO structure.
(Overrides ValueTypeEquals(Object).)
Public method Equals(BITMAPINFO)
Tests whether the specified BITMAPINFO structure is equivalent to this BITMAPINFO structure.
Public method GetHashCode
Returns a hash code for this BITMAPINFO 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