Sets the specified bits within the packed fields to the supplied
value.
Declaration Syntax
public void SetBits(
int startIndex,
int length,
int valueToSet
)
public:
void SetBits(
int startIndex,
int length,
int valueToSet
)
Parameters
- startIndex (Int32)
-
The zero-based index within the packed fields of the first bit to
set.
- length (Int32)
-
The number of bits to set.
- valueToSet (Int32)
-
The value to set the bits to.
Assembly:
GifComponents (Module: GifComponents) Version: 0.1.3594.26453