ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / IStreamBase Interface / Write Method
The buffer.
The number of bytes to read.

In This Topic
    Write Method (IStreamBase)
    In This Topic
    Writes a specified number of bytes into the stream object starting at the current seek pointer.
    Syntax
    'Declaration
     
    Function Write( _
       ByVal buffer As IntPtr, _
       ByVal numberOfBytesToRead As Integer _
    ) As Integer
    int Write( 
       IntPtr buffer,
       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