| | Class | Description |
| | MatrixTransform |
Matrix Transform creates an affine matrix transformation to manipulate the object in the
two dimensional space using custom transformations not provided by the
other transform classes. |
| | RotateTransform |
RotateTransform rotates an object in the two-dimensional plane by specifying an angle
(property angle) and a center point expressed in the coordinate space of
the element being transformed (properties centerX and centerY). |
| | ScaleTransform |
ScaleTransform scaless an object starting from a defined center point (properties
CenterX and CenterY); different values for the two axes x- and y-
can be specified with the ScaleX and ScaleY properties. |
| | SkewTransform |
SkewTransform defines a two-dimensional skew that stretches the coordinate space
in a non-uniform manner. |
| | Transform | |
| | TransformGroup |
TransformGroup is a transformation class to store composit transformations. |
| | TranslateTransform |
TranslateTransform translates an object in the two-dimensional space. |