The FI1BIT structure represents a single bit.
It's value can be 0 or 1.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
[SerializableAttribute] public struct FI1BIT |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Structure FI1BIT |
| Visual C++ |
|---|
[SerializableAttribute] public value class FI1BIT |