ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 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