Bitmap for WPF
ReadStream メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス : ReadStream メソッド
Input stream.
Length to read.
Read stream to a byte[] buffer.
シンタックス
'宣言
 
Public Shared Function ReadStream( _
   ByVal stream As System.IO.Stream, _
   ByRef readLength As System.Integer _
) As System.Byte()
public static System.byte[] ReadStream( 
   System.IO.Stream stream,
   ref System.int readLength
)

パラメータ

stream
Input stream.
readLength
Length to read.

戻り値の型

A byte[] buffer.
参照

DXUtil クラス
DXUtil メンバ