FIMULTIBITMAP Structure

FreeImage.NET

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
  NameDescription
Public propertyIsNull
Gets whether the handle is a null or not.
Top
Methods
  NameDescription
Public methodCompareTo(Object)
Compares this instance with a specified Object.
Public methodCompareTo(FIMULTIBITMAP)
Compares this instance with a specified FIMULTIBITMAP object.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(FIMULTIBITMAP)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns a hash code for this FIMULTIBITMAP structure.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetNull
Sets the handle to null.
Public methodToString
Converts the numeric value of the FIMULTIBITMAP object to its equivalent string representation.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Tests whether two specified FIMULTIBITMAP structures are equivalent.
Public operatorStatic memberInequality
Tests whether two specified FIMULTIBITMAP structures are different.
Top
Fields
  NameDescription
Public fieldStatic memberZero
A read-only field that represents a handle that has been initialized to zero.
Top
See Also