Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Sub CopyTo ( _ pstm As IStream, _ cb As Long, _ pcbRead As IntPtr, _ pcbWritten As IntPtr _ )
Type: System.Int64
The number of bytes to copy from the source stream.Type: System.IntPtr
On successful return, contains the actual number of bytes read from the source.Type: System.IntPtr
On successful return, contains the actual number of bytes written to the destination.