Bitmap for WPF
CopyTo メソッド (ComStream)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Storage 名前空間 > ComStream クラス : CopyTo メソッド
The stream destination.
The number of bytes to copy.
The bytes written.
Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.
シンタックス
'宣言
 
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
)

パラメータ

streamDest
The stream destination.
numberOfBytesToCopy
The number of bytes to copy.
bytesWritten
The bytes written.

戻り値の型

The number of bytes read from this instance
参照

ComStream クラス
ComStream メンバ