Bitmap for UWP
Read メソッド (IStreamBase)

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

パラメータ

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

戻り値の型

The actual number of bytes read from the stream object.
参照

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