ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Storage Namespace / ComStreamProxy Class / CopyTo Method

In This Topic
    CopyTo Method (ComStreamProxy)
    In This Topic
    Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.
    Syntax
    'Declaration
     
    Public Function CopyTo( _
       ByVal streamDest As IStream, _
       ByVal numberOfBytesToCopy As Long, _
       ByRef bytesWritten As Long _
    ) As Long
    public long CopyTo( 
       IStream streamDest,
       long numberOfBytesToCopy,
       out long bytesWritten
    )

    Parameters

    streamDest
    numberOfBytesToCopy
    bytesWritten
    See Also