Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/graphics-how-to-topics.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

34 lines
1.4 KiB
Markdown

---
title: "Graphics How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "graphic effects [WPF]"
- "graphics [WPF], how-to topics"
- "visual effects [WPF]"
ms.assetid: 959cb1cc-d26c-4bbc-b637-251091987288
---
# Graphics How-to Topics
The following topics demonstrate how to use the graphic capabilities of the [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)].
## In This Section
[Animate a Rectangle](how-to-animate-a-rectangle.md)
[Animate the Position of an Object by Using PointAnimation](how-to-animate-the-position-of-an-object-by-using-pointanimation.md)
[Transform Points and Vectors](how-to-transform-points-and-vectors.md)
[Extend Glass Frame Into a WPF Application](extend-glass-frame-into-a-wpf-application.md)
[How to: Improve Rendering Performance by Caching an Element](how-to-improve-rendering-performance-by-caching-an-element.md)
[How to: Use a Cached Element as a Brush](how-to-use-a-cached-element-as-a-brush.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>
- [Graphics and Multimedia](index.md)
- [WPF Graphics Rendering Overview](wpf-graphics-rendering-overview.md)