FreeImage.NET Class Library Reference
FIMULTIBITMAP Structure |
The FIMULTIBITMAP structure is a handle to a FreeImage multipaged bimtap.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
[SerializableAttribute] public struct FIMULTIBITMAP : IComparable, IComparable<FIMULTIBITMAP>, IEquatable<FIMULTIBITMAP>
The FIMULTIBITMAP type exposes the following members.
Properties
Methods
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares this instance with a specified Object.
| |
CompareTo(FIMULTIBITMAP) |
Compares this instance with a specified FIMULTIBITMAP object.
| |
Equals(Object) | (Overrides ValueTypeEquals(Object).) | |
Equals(FIMULTIBITMAP) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Returns a hash code for this FIMULTIBITMAP 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 FIMULTIBITMAP object
to its equivalent string representation.
(Overrides ValueTypeToString.) |
Operators
Name | Description | |
---|---|---|
Equality |
Tests whether two specified FIMULTIBITMAP structures are equivalent.
| |
Inequality |
Tests whether two specified FIMULTIBITMAP structures are different.
|
Fields
Name | Description | |
---|---|---|
Zero |
A read-only field that represents a handle that has been initialized to zero.
|
See Also