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
This commit is contained in:
Andy De George
2020-09-04 09:46:28 -07:00
committed by GitHub
parent dba50d6bf1
commit da363692ff
8215 changed files with 508408 additions and 11 deletions
@@ -0,0 +1,33 @@
---
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)