LocalPlugin.Write Method

FreeImage.NET

LocalPluginWrite Method
Writes to an unmanaged stream.

Namespace: FreeImageAPI.Plugins
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected int Write(
	FreeImageIO io,
	fi_handle handle,
	uint size,
	uint count,
	ref byte[] buffer
)

Parameters

io
Type: FreeImageAPI.IOFreeImageIO

[Missing <param name="io"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.Write(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.UInt32,System.UInt32,System.Byte[]@)"]

handle
Type: FreeImageAPI.IOfi_handle

[Missing <param name="handle"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.Write(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.UInt32,System.UInt32,System.Byte[]@)"]

size
Type: SystemUInt32

[Missing <param name="size"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.Write(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.UInt32,System.UInt32,System.Byte[]@)"]

count
Type: SystemUInt32

[Missing <param name="count"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.Write(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.UInt32,System.UInt32,System.Byte[]@)"]

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.Write(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.UInt32,System.UInt32,System.Byte[]@)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:FreeImageAPI.Plugins.LocalPlugin.Write(FreeImageAPI.IO.FreeImageIO,FreeImageAPI.IO.fi_handle,System.UInt32,System.UInt32,System.Byte[]@)"]

See Also