Bitmap for WPF
DataStream コンストラクタ(Int32,Boolean,Boolean)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DataStream クラス > DataStream コンストラクタ : DataStream コンストラクタ(Int32,Boolean,Boolean)
The size of the buffer to be allocated, in bytes.
trueif reading from the buffer should be allowed; otherwise, false.
trueif writing to the buffer should be allowed; otherwise, false.
Initializes a new instance of the DataStreamclass, and allocates a new buffer to use as a backing store.
シンタックス
'宣言
 
Public Function New( _
   ByVal sizeInBytes As System.Integer, _
   ByVal canRead As System.Boolean, _
   ByVal canWrite As System.Boolean _
)
public DataStream( 
   System.int sizeInBytes,
   System.bool canRead,
   System.bool canWrite
)

パラメータ

sizeInBytes
The size of the buffer to be allocated, in bytes.
canRead
trueif reading from the buffer should be allowed; otherwise, false.
canWrite
trueif writing to the buffer should be allowed; otherwise, false.
参照

DataStream クラス
DataStream メンバ
オーバーロード一覧