BitmapDecoder.Thumbnail 属性

定义

获取一个 BitmapSource,用于表示位图的缩略图(如果已定义)。

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Thumbnail { System::Windows::Media::Imaging::BitmapSource ^ get(); };
public virtual System.Windows.Media.Imaging.BitmapSource Thumbnail { [System.Security.SecurityCritical] get; }
public virtual System.Windows.Media.Imaging.BitmapSource Thumbnail { get; }
[<get: System.Security.SecurityCritical>]
member this.Thumbnail : System.Windows.Media.Imaging.BitmapSource
member this.Thumbnail : System.Windows.Media.Imaging.BitmapSource
Public Overridable ReadOnly Property Thumbnail As BitmapSource

属性值

BitmapSource

一个 BitmapSource,用于表示位图的缩略图。 如果未定义任何缩略图,此属性将返回 null。 此属性没有默认值。

属性

注解

本机格式都不支持全局缩略图。 联合摄影专家组 (JPEG) 、标记图像文件格式 (TIFF) ,以及 Microsoft Windows 媒体照片支持可以使用Thumbnail该属性访问的帧级缩略图。

BitmapSource此属性返回的已冻结。

适用于

另请参阅