ComponentOne Bitmap for UWP
Write Method (IStreamBase)

C1.UWP.DX Assembly > C1.Util.DX.Storage Namespace > IStreamBase Interface : Write Method
The buffer.
The number of bytes to read.
Writes a specified number of bytes into the stream object starting at the current seek pointer.
Syntax
'Declaration
 
Function Write( _
   ByVal buffer As System.IntPtr, _
   ByVal numberOfBytesToRead As System.Integer _
) As System.Integer
System.int Write( 
   System.IntPtr buffer,
   System.int numberOfBytesToRead
)

Parameters

buffer
The buffer.
numberOfBytesToRead
The number of bytes to read.

Return Value

The actual number of bytes written to the stream object
See Also

Reference

IStreamBase Interface
IStreamBase Members