FreeImage.NET Class Library Reference
LocalPluginWriteByte Method |
Writes a single byte to an unmanaged stream.
Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected int WriteByte( FreeImageIO io, fi_handle handle, byte value )
Parameters
- io
- Type: FreeImageAPI.IOFreeImageIO
[Missing <param name="io"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.WriteByte(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.Byte)"]
- handle
- Type: FreeImageAPI.IOfi_handle
[Missing <param name="handle"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.WriteByte(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.Byte)"]
- value
- Type: SystemByte
[Missing <param name="value"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.WriteByte(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.Byte)"]
Return Value
Type: Int32[Missing <returns> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.WriteByte(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.Byte)"]
See Also