Writes a 16-bit value to the supplied output stream,
least-significant byte first.
The first two bytes in the supplied value are discarded.
Declaration Syntax
protected static void WriteShort(
int valueToWrite,
Stream outputStream
)
Protected Shared Sub WriteShort ( _
valueToWrite As Integer, _
outputStream As Stream _
)
protected:
static void WriteShort(
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