--- 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 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 Describes this class and contains links to all of its members.