Share via


BitmapFrame.Decoder プロパティ

定義

派生クラスでオーバーライドされると、BitmapFrame のこのインスタンスに関連付けられているデコーダーを取得します。

public:
 abstract property System::Windows::Media::Imaging::BitmapDecoder ^ Decoder { System::Windows::Media::Imaging::BitmapDecoder ^ get(); };
public abstract System.Windows.Media.Imaging.BitmapDecoder Decoder { get; }
member this.Decoder : System.Windows.Media.Imaging.BitmapDecoder
Public MustOverride ReadOnly Property Decoder As BitmapDecoder

プロパティ値

この BitmapFrame に関連付けられた BitmapDecoder

適用対象

こちらもご覧ください