mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* 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
969 B
969 B
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | ||
|---|---|---|---|---|---|
| Using Transformations in Managed GDI+ | 03/30/2017 |
|
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.