A Sandcastle Documented Class Library
WriteByte Method (valueToWrite, outputStream)
NamespacesGifComponentsGifComponentWriteByte(Int32, Stream)
Writes the least significant byte of the supplied value to the supplied stream. The first 3 bytes of the supplied value are discarded.
Declaration Syntax
C#Visual BasicVisual C++
protected static void WriteByte(
	int valueToWrite,
	Stream outputStream
)
Protected Shared Sub WriteByte ( _
	valueToWrite As Integer, _
	outputStream As Stream _
)
protected:
static void WriteByte(
	int valueToWrite, 
	Stream^ outputStream
)
Parameters
valueToWrite (Int32)
The value to write to the output stream.
outputStream (Stream)
The stream to write to.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453