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