다음을 통해 공유


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

속성 값

BitmapDecoder

BitmapFrame와 연결된 BitmapDecoder입니다.

적용 대상

추가 정보