Initial winforms content migrated (#18)

* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,21 @@
---
title: "Using Transformations in Managed GDI+"
ms.date: "03/30/2017"
helpviewer_keywords:
- "transformations"
- "examples [Windows Forms], transformations"
ms.assetid: 1f8e18d3-d2f5-460e-a8e3-2da891c301de
---
# Using Transformations in Managed GDI+
Affine transformations include rotating, scaling, reflecting, shearing, and translating. In GDI+, the <xref:System.Drawing.Drawing2D.Matrix> class provides the foundation for performing affine transformations on vector drawings, images, and text.
## In This Section
[Using the World Transformation](using-the-world-transformation.md)
Describes how to scale and rotate graphics using a world transformation matrix.
[Why Transformation Order Is Significant](why-transformation-order-is-significant.md)
Demonstrates why the order of transform operations is important.
## Reference
<xref:System.Drawing.Drawing2D.Matrix>
Describes this class and contains links to all of its members.