Classes
| Class | Description | |
|---|---|---|
| IdentityTransform |
The identity transform. This class cannot be instanciated.
Instead you retrieve an existing IndentityTransform object from the static Identity property of the Transform class.
| |
| MatrixTransform |
A 2D geometric transform that is defined by a 3-by-3 affine matrix.
| |
| RotateTransform |
A 2D geometric transform that applies a clockwise rotation.
| |
| ScaleTransform |
A 2D geometric transform that applies a horizontal and vertical scale.
| |
| SkewTransform |
A 2D geometric transform that applies a horizontal or vertical skew.
| |
| Transform |
A 2D geometric transform that can be used to transform ContentShape objects and Brushes.
| |
| TransformCollection |
A collection of transforms that can be applied as a single transform.
| |
| TranslateTransform |
A 2D geometric transform that applies a translation.
|