Permalink
Fetching contributors…
Cannot retrieve contributors at this time
36 lines (32 sloc) 1.35 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Using Transformations in Managed GDI+
03/30/2017
.net-framework
dotnet-winforms
article
jsharp
transformations
examples [Windows Forms], transformations
1f8e18d3-d2f5-460e-a8e3-2da891c301de
11
dotnet-bot
dotnetcontent
wpickett

Using Transformations in Managed GDI+

Affine transformations include rotating, scaling, reflecting, shearing, and translating. In [!INCLUDEndptecgdiplus], 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.