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
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