Files
Andy De George c0ba284473 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
2020-09-01 16:26:21 -07:00

969 B

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
Using Transformations in Managed GDI+ 03/30/2017
transformations
examples [Windows Forms], transformations
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
Describes how to scale and rotate graphics using a world transformation matrix.

Why Transformation Order Is Significant
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.