The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Transformations
.NET Framework 3.0
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.