Bitmap for UWP
CopyTo メソッド (IStream)

C1.UWP.DX アセンブリ > C1.Util.DX.Storage 名前空間 > IStream インターフェース : CopyTo メソッド
The stream destination.
The number of bytes to copy.
The number of bytes written.
Copies a specified number of bytes from the current seek pointer in the stream to the current seek pointer in another stream.
シンタックス
'宣言
 
Function CopyTo( _
   ByVal streamDest As IStream, _
   ByVal numberOfBytesToCopy As System.Long, _
   ByRef bytesWritten As System.Long _
) As System.Long
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 number of bytes written.

戻り値の型

The number of bytes read
参照

IStream インターフェース
IStream メンバ