FreeImage.NET Class Library Reference
![]() | FIBITMAP Structure |
The FIBITMAP structure is a handle to a FreeImage bimtap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
[SerializableAttribute] public struct FIBITMAP : IComparable, IComparable<FIBITMAP>, IEquatable<FIBITMAP>
The FIBITMAP type exposes the following members.


Name | Description | |
---|---|---|
![]() | CompareTo(Object) |
Compares this instance with a specified Object.
|
![]() | CompareTo(FIBITMAP) |
Compares this instance with a specified FIBITMAP object.
|
![]() | Equals(Object) | (Overrides ValueTypeEquals(Object).) |
![]() | Equals(FIBITMAP) |
Indicates whether the current object is equal to another object of the same type.
|
![]() | GetHashCode |
Returns a hash code for this FIBITMAP structure.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetNull |
Sets the handle to null.
|
![]() | ToString |
Converts the numeric value of the FIBITMAP object
to its equivalent string representation.
(Overrides ValueTypeToString.) |

Name | Description | |
---|---|---|
![]() ![]() | Equality |
Tests whether two specified FIBITMAP structures are equivalent.
|
![]() ![]() | Inequality |
Tests whether two specified FIBITMAP structures are different.
|

Name | Description | |
---|---|---|
![]() ![]() | Zero |
A read-only field that represents a handle that has been initialized to zero.
|

The handle represented by a FIBITBAP structure provides
access to either a singlepage bitmap or exactly one page of
a multipage bitmap.
