Writes a single byte to an unmanaged stream.
Namespace:
FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
protected int WriteByte( FreeImageIO io, fi_handle handle, byte value ) |
| Visual Basic (Declaration) |
|---|
Protected Function WriteByte ( _ io As FreeImageIO, _ handle As fi_handle, _ value As Byte _ ) As Integer |
| Visual C++ |
|---|
protected: int WriteByte( FreeImageIO io, fi_handle handle, unsigned char value ) |
Parameters
- io
- Type: FreeImageAPI.IO..::.FreeImageIO
- handle
- Type: FreeImageAPI.IO..::.fi_handle
- value
- Type: System..::.Byte