Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* 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
2020-09-04 09:46:28 -07:00

37 lines
1.3 KiB
Markdown

---
title: "Graphics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "visual effects [WPF]"
- "graphics [WPF], effects"
ms.assetid: 3bfc652e-91b7-4697-a4f4-83ff0e98327e
---
# Graphics
[!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] offers integrated support for multimedia, vector graphics, animation, and content composition, making it easy for developers to build interesting user interfaces and content.
## In This Section
[Bitmap Effects](bitmap-effects.md)
[Brushes](brushes.md)
[Drawings](drawings.md)
[Geometries](geometries.md)
[Images](images.md)
[Shapes](shapes.md)
[Transformations](transformations.md)
[Graphics Rendering Registry Settings](graphics-rendering-registry-settings.md)
[How-to Topics](graphics-how-to-topics.md)
## See also
- <xref:System.Windows.Shapes.Shape>
- <xref:System.Windows.Media.Transform>
- <xref:System.Windows.Media.Imaging.BitmapImage>
- <xref:System.Windows.Media.Geometry>
- <xref:System.Windows.Media.Drawing>
- <xref:System.Windows.Media.Brush>
- <xref:System.Windows.Media.Effects.BitmapEffect>
- [2D Graphics and Imaging](../advanced/optimizing-performance-2d-graphics-and-imaging.md)
- [Graphics and Multimedia](index.md)
- [WPF Graphics Rendering Overview](wpf-graphics-rendering-overview.md)