WriteSByte

TiffStreamWriter.WriteSByte method

Writes a single signed byte value to the stream.

public void WriteSByte(sbyte data)
ParameterTypeDescription
dataSByteThe value to write.

See Also