Gets the value of the specified bits within the byte.
Declaration Syntax
public int GetBits(
int startIndex,
int length
)
public:
int GetBits(
int startIndex,
int length
)
Parameters
- startIndex (Int32)
-
The zero-based index of the first bit to get.
- length (Int32)
-
The number of bits to get.
Return Value
The value of the specified bits within the byte.
Assembly:
GifComponents (Module: GifComponents) Version: 0.1.3594.26453