ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Long, _
       ByRef bytesWritten As System.Long _
    ) As System.Long
    public System.long CopyTo( 
       IStream streamDest,
       System.long numberOfBytesToCopy,
       out System.long bytesWritten
    )

    Parameters

    streamDest
    numberOfBytesToCopy
    bytesWritten
    See Also