| Transform Class | Usage |
|---|---|
| MatrixTransform | General transform expressed as a 3×3 matrix. |
| Rotate Transform | Rotates element around a point. |
| Scale Transform | Stretches element in x- and y-directions. |
| SkewTransform | Converts rectangle into parallelogram. |
| TransformGroup | Combines several transforms into one. |
| TranslateTransform | Moves element in x- and y-directions. |