BitmapDecoder.DecoderInformation 屬性

定義

點陣圖解碼器的相關資訊。

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

屬性值

點陣圖解碼器資訊。

適用於