The FI1BIT structure represents a single bit. It's value can be 0 or 1.
More...
|
| override string | ToString () |
| | Converts the numeric value of the FI1BIT object to its equivalent string representation. More...
|
| |
| override string | ToString () |
| | Converts the numeric value of the FI1BIT object to its equivalent string representation. More...
|
| |
|
| const byte | MaxValue = 0x01 |
| | Represents the largest possible value of FI1BIT. This field is constant. More...
|
| |
| const byte | MinValue = 0x00 |
| | Represents the smallest possible value of FI1BIT. This field is constant. More...
|
| |
The FI1BIT structure represents a single bit. It's value can be 0 or 1.
Definition at line 14 of file FI1BIT.cs.
| static implicit FreeImageAPI.FI1BIT.operator byte |
( |
FI1BIT |
value | ) |
|
|
static |
Converts the value of a FI1BIT structure to a Byte structure.
- Parameters
-
- Returns
- A new instance of FI1BIT initialized to value .
Definition at line 45 of file FI1BIT.cs.
| static implicit FreeImageAPI.FI1BIT.operator byte |
( |
FI1BIT |
value | ) |
|
|
static |
Converts the value of a FI1BIT structure to a Byte structure.
- Parameters
-
- Returns
- A new instance of FI1BIT initialized to value .
Definition at line 45 of file FI1BIT.cs.
| static implicit FreeImageAPI.FI1BIT.operator FI1BIT |
( |
byte |
value | ) |
|
|
static |
Converts the value of a Byte structure to a FI1BIT structure.
- Parameters
-
- Returns
- A new instance of FI1BIT initialized to value .
Definition at line 55 of file FI1BIT.cs.
| static implicit FreeImageAPI.FI1BIT.operator FI1BIT |
( |
byte |
value | ) |
|
|
static |
Converts the value of a Byte structure to a FI1BIT structure.
- Parameters
-
- Returns
- A new instance of FI1BIT initialized to value .
Definition at line 55 of file FI1BIT.cs.
| override string FreeImageAPI.FI1BIT.ToString |
( |
| ) |
|
Converts the numeric value of the FI1BIT object to its equivalent string representation.
- Returns
- The string representation of the value of this instance.
Definition at line 65 of file FI1BIT.cs.
| override string FreeImageAPI.FI1BIT.ToString |
( |
| ) |
|
Converts the numeric value of the FI1BIT object to its equivalent string representation.
- Returns
- The string representation of the value of this instance.
Definition at line 65 of file FI1BIT.cs.
| const byte FreeImageAPI.FI1BIT.MaxValue = 0x01 |
Represents the largest possible value of FI1BIT. This field is constant.
Definition at line 19 of file FI1BIT.cs.
| const byte FreeImageAPI.FI1BIT.MinValue = 0x00 |
Represents the smallest possible value of FI1BIT. This field is constant.
Definition at line 24 of file FI1BIT.cs.
The documentation for this struct was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/tools/SiliconStudio.TextureConverter/Backend/Wrappers/FINetWrapper/Structs/FI1BIT.cs