IconBitmapDecoder 类
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为图标 (.ico) 编码图像定义专用解码器。
public ref class IconBitmapDecoder sealed : System::Windows::Media::Imaging::BitmapDecoder
public sealed class IconBitmapDecoder : System.Windows.Media.Imaging.BitmapDecoder
type IconBitmapDecoder = class
inherit BitmapDecoder
Public NotInheritable Class IconBitmapDecoder
Inherits BitmapDecoder
- 继承
Icon |
从指定的文件流,用指定的 |
Icon |
从指定的 IconBitmapDecoder,用指定的 |
Codec |
获取此编解码器的相关描述信息。 (继承自 BitmapDecoder) |
Color |
获取一个值,该值表示与位图关联的颜色配置文件(如果已定义)。 (继承自 BitmapDecoder) |
Dispatcher |
获取与此 Dispatcher 关联的 DispatcherObject。 (继承自 DispatcherObject) |
Frames |
获取位图中单个帧的内容。 (继承自 BitmapDecoder) |
Is |
获取一个值,该值指示解码器当前是否正在下载内容。 (继承自 BitmapDecoder) |
Metadata |
获取 BitmapMetadata 的实例,它表示与此位图关联的全局元数据(如果已定义元数据)。 (继承自 BitmapDecoder) |
Palette |
获取与此解码器关联的 BitmapPalette。 (继承自 BitmapDecoder) |
Preview |
获取一个 BitmapSource,用于表示此位图的全局预览(如果已定义)。 (继承自 BitmapDecoder) |
Thumbnail |
获取一个 BitmapSource,用于表示位图的缩略图(如果已定义)。 (继承自 BitmapDecoder) |
Check |
确定调用线程是否可以访问此 DispatcherObject。 (继承自 DispatcherObject) |
Create |
创建 InPlaceBitmapMetadataWriter 的一个实例,它可以用于更新位图的元数据。 (继承自 BitmapDecoder) |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
Get |
作为默认哈希函数。 (继承自 Object) |
Get |
获取当前实例的 Type。 (继承自 Object) |
Memberwise |
创建当前 Object 的浅表副本。 (继承自 Object) |
To |
将 BitmapDecoder 的当前值转换为 String。 (继承自 BitmapDecoder) |
Verify |
强制调用线程具有此 DispatcherObject 的访问权限。 (继承自 DispatcherObject) |
Download |
当 BitmapDecoder 完成位图内容下载时发生。 (继承自 BitmapDecoder) |
Download |
在无法下载位图内容时发生。 (继承自 BitmapDecoder) |
Download |
在 BitmapDecoder 下载位图内容有进展时发生。 (继承自 BitmapDecoder) |
产品 | 版本 |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |