BitmapEncoder.Preview 속성

정의

비트맵의 전역 미리 보기(있는 경우)를 나타내는 BitmapSource를 가져오거나 설정합니다.

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); void set(System::Windows::Media::Imaging::BitmapSource ^ value); };
public virtual System.Windows.Media.Imaging.BitmapSource Preview { get; set; }
member this.Preview : System.Windows.Media.Imaging.BitmapSource with get, set
Public Overridable Property Preview As BitmapSource

속성 값

비트맵의 미리 보기를 나타내는 BitmapSource입니다.

예외

비트맵에서 미리 보기를 지원하지 않는 경우

값이 null로 설정된 경우

적용 대상

추가 정보