Bitmap for UWP
Write メソッド (IStreamBase)

C1.UWP.DX アセンブリ > C1.Util.DX.Storage 名前空間 > IStreamBase インターフェース : Write メソッド
The buffer.
The number of bytes to read.
Writes a specified number of bytes into the stream object starting at the current seek pointer.
シンタックス
'宣言
 
Function Write( _
   ByVal buffer As System.IntPtr, _
   ByVal numberOfBytesToRead As System.Integer _
) As System.Integer
System.int Write( 
   System.IntPtr buffer,
   System.int numberOfBytesToRead
)

パラメータ

buffer
The buffer.
numberOfBytesToRead
The number of bytes to read.

戻り値の型

The actual number of bytes written to the stream object
参照

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