Writes to an unmanaged stream.
            
    Namespace: 
   FreeImageAPI.PluginsAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# | 
|---|
protected int Write( FreeImageIO io, fi_handle handle, uint size, uint count, ref byte[] buffer )  | 
| Visual Basic (Declaration) | 
|---|
Protected Function Write ( _ io As FreeImageIO, _ handle As fi_handle, _ size As UInteger, _ count As UInteger, _ ByRef buffer As Byte() _ ) As Integer  | 
| Visual C++ | 
|---|
protected: int Write( FreeImageIO io, fi_handle handle, unsigned int size, unsigned int count, array<unsigned char>^% buffer )  | 
Parameters
- io
 - Type: FreeImageAPI.IO..::.FreeImageIO
 
- handle
 - Type: FreeImageAPI.IO..::.fi_handle
 
- size
 - Type: System..::.UInt32
 
- count
 - Type: System..::.UInt32
 
- buffer
 - Type: 
            array<
              System..::.Byte
            >[]()[]
          %