ComponentOne Bitmap for WPF
C1.WPF.DX.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 IntPtr, _
       ByVal numberOfBytesToWrite As Integer _
    ) As Integer
    public int Write( 
       IntPtr buffer,
       int numberOfBytesToWrite
    )

    Parameters

    buffer
    numberOfBytesToWrite
    See Also