FreeImage.NET Class Library Reference
![]() | 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)

C#
[SerializableAttribute] public struct FI1BIT
The FI1BIT type exposes the following members.

Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Converts the numeric value of the FI1BIT object
to its equivalent string representation.
(Overrides ValueTypeToString.) |

Name | Description | |
---|---|---|
![]() ![]() | (Byte to FI1BIT) |
Converts the value of a Byte structure to a FI1BIT structure.
|
![]() ![]() | (FI1BIT to Byte) |
Converts the value of a FI1BIT structure to a Byte structure.
|

Name | Description | |
---|---|---|
![]() ![]() | MaxValue |
Represents the largest possible value of FI1BIT. This field is constant.
|
![]() ![]() | MinValue |
Represents the smallest possible value of FI1BIT. This field is constant.
|
