Sets the specified bit within the packed fields to the supplied
value.
Declaration Syntax
public void SetBit(
int index,
bool valueToSet
)
public:
void SetBit(
int index,
bool valueToSet
)
Parameters
- index (Int32)
-
The zero-based index within the packed fields of the bit to set.
- valueToSet (Boolean)
-
The value to set the bit to.
Assembly:
GifComponents (Module: GifComponents) Version: 0.1.3594.26453