Transformations
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.