다음을 통해 공유


BitmapDecoder.DecoderInformation 속성

정의

비트맵 디코더에 대한 정보입니다.

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

속성 값

비트맵 디코더 정보입니다.

적용 대상