Using Transformations in Managed GDI+
Affine transformations include rotating, scaling, reflecting, shearing, and translating. In GDI+, the 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
Matrix
Describes this class and contains links to all of its members.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET Desktop feedback