Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
FreeImageAPI.FI1BIT Struct Reference

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

Public Member Functions

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...
 

Static Public Member Functions

static implicit operator byte (FI1BIT value)
 Converts the value of a FI1BIT structure to a Byte structure. More...
 
static implicit operator FI1BIT (byte value)
 Converts the value of a Byte structure to a FI1BIT structure. More...
 
static implicit operator byte (FI1BIT value)
 Converts the value of a FI1BIT structure to a Byte structure. More...
 
static implicit operator FI1BIT (byte value)
 Converts the value of a Byte structure to a FI1BIT structure. More...
 

Public Attributes

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...
 

Detailed Description

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

Definition at line 14 of file FI1BIT.cs.

Member Function Documentation

static implicit FreeImageAPI.FI1BIT.operator byte ( FI1BIT  value)
static

Converts the value of a FI1BIT structure to a Byte structure.

Parameters
valueA FI1BIT structure.
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
valueA FI1BIT structure.
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
valueA Byte structure.
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
valueA Byte structure.
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.

Member Data Documentation

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: