mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 07:56:07 +02:00
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:
+21
@@ -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.
|
||||
Reference in New Issue
Block a user