ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStreamProxy Class / Write Method

In This Topic
    Write Method (ComStreamProxy)
    In This Topic
    Writes a specified number of bytes into the stream object starting at the current seek pointer.
    Syntax
    'Declaration
     
    Public Function Write( _
       ByVal buffer As System.IntPtr, _
       ByVal numberOfBytesToWrite As System.Integer _
    ) As System.Integer
    public System.int Write( 
       System.IntPtr buffer,
       System.int numberOfBytesToWrite
    )

    Parameters

    buffer
    numberOfBytesToWrite
    See Also