A Sandcastle Documented Class Library
SetBits Method (startIndex, length, valueToSet)
NamespacesGifComponentsPackedFieldsSetBits(Int32, Int32, Int32)
Sets the specified bits within the packed fields to the supplied value.
Declaration Syntax
C#Visual BasicVisual C++
public void SetBits(
	int startIndex,
	int length,
	int valueToSet
)
Public Sub SetBits ( _
	startIndex As Integer, _
	length As Integer, _
	valueToSet As Integer _
)
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