BitmapDecoder.DecoderInformation プロパティ

定義

ビットマップ デコーダーに関する情報。

public:
 property BitmapCodecInformation ^ DecoderInformation { BitmapCodecInformation ^ get(); };
BitmapCodecInformation DecoderInformation();
public BitmapCodecInformation DecoderInformation { get; }
var bitmapCodecInformation = bitmapDecoder.decoderInformation;
Public ReadOnly Property DecoderInformation As BitmapCodecInformation

プロパティ値

ビットマップ デコーダー情報。

適用対象