FI1BIT Structure

FreeImage.NET

FI1BIT Structure
The FI1BIT structure represents a single bit. It's value can be 0 or 1.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
[SerializableAttribute]
public struct FI1BIT

The FI1BIT type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the numeric value of the FI1BIT object to its equivalent string representation.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic member(Byte to FI1BIT)
Converts the value of a Byte structure to a FI1BIT structure.
Public operatorStatic member(FI1BIT to Byte)
Converts the value of a FI1BIT structure to a Byte structure.
Top
Fields
  NameDescription
Public fieldStatic memberMaxValue
Represents the largest possible value of FI1BIT. This field is constant.
Public fieldStatic memberMinValue
Represents the smallest possible value of FI1BIT. This field is constant.
Top
See Also