mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
31 lines
896 B
Markdown
31 lines
896 B
Markdown
---
|
|
title: "Images"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "WPF application [WPF], images"
|
|
- "Imaging API [WPF]"
|
|
- "images [WPF]"
|
|
- "graphics [WPF], images"
|
|
ms.assetid: 2fe21d59-b444-4786-b68d-35d94e18ce0d
|
|
---
|
|
# Images
|
|
[!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] provides built-in support for multiple image formats, high fidelity image rendering, and codec extensibility.
|
|
|
|
## In This Section
|
|
[Imaging Overview](imaging-overview.md)
|
|
[How-to Topics](imaging-how-to-topics.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.Controls.Image>
|
|
|
|
<xref:System.Windows.Media.Imaging.BitmapImage>
|
|
|
|
<xref:System.Windows.Media.Imaging.BitmapSource>
|
|
|
|
## See also
|
|
|
|
- [2D Graphics and Imaging](../advanced/optimizing-performance-2d-graphics-and-imaging.md)
|
|
- [Graphics and Multimedia](index.md)
|