Bitmap for WPF
Initialize メソッド (BitmapDecoder)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.WIC 名前空間 > BitmapDecoder クラス : Initialize メソッド
The stream to use for initialization.
The cache options.
Initializes the decoder with the provided stream.
シンタックス
'宣言
 
Public Sub Initialize( _
   ByVal stream As IStream, _
   ByVal cacheOptions As DecodeOptions _
) 
public void Initialize( 
   IStream stream,
   DecodeOptions cacheOptions
)

パラメータ

stream
The stream to use for initialization.
cacheOptions
The cache options.

戻り値の型

If the method succeeds, it returns C1.Util.DX.HResult.Ok. Otherwise, it throws an exception.
参照

BitmapDecoder クラス
BitmapDecoder メンバ