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,32 @@
---
title: "Transformations How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "transform classes [WPF], 2D"
- "2D transform classes"
- "Transforms [WPF], how-to topics"
- "transformations [WPF], how-to topics"
ms.assetid: ff71384e-8811-420f-8cc8-0a3332e0397f
---
# Transformations How-to Topics
The topics in this section describe how to apply different transformations to objects.
## In This Section
[Apply a Transform to an Element When an Event Occurs](how-to-apply-a-transform-to-an-element-when-an-event-occurs.md)
[Apply Multiple Transforms to an Object](how-to-apply-multiple-transforms-to-an-object.md)
[Make an Element Spin in Place](how-to-make-an-element-spin-in-place.md)
[Rotate an Object](how-to-rotate-an-object.md)
[Scale an Element](how-to-scale-an-element.md)
[Skew an Element](how-to-skew-an-element.md)
[Specify the Origin of a Transform by Using Relative Values](how-to-specify-the-origin-of-a-transform-by-using-relative-values.md)
[Translate an Element](how-to-translate-an-element.md)
[Use a MatrixTransform to Create Custom Transforms](how-to-use-a-matrixtransform-to-create-custom-transforms.md)
## See also
- <xref:System.Windows.Media.Transform>
- [Graphics and Multimedia](index.md)
- [WPF Graphics Rendering Overview](wpf-graphics-rendering-overview.md)
- [Layout](../advanced/layout.md)