Classes

  ClassDescription
Public classIdentityTransform
The identity transform. This class cannot be instanciated. Instead you retrieve an existing IndentityTransform object from the static Identity property of the Transform class.
Public classMatrixTransform
A 2D geometric transform that is defined by a 3-by-3 affine matrix.
Public classRotateTransform
A 2D geometric transform that applies a clockwise rotation.
Public classScaleTransform
A 2D geometric transform that applies a horizontal and vertical scale.
Public classSkewTransform
A 2D geometric transform that applies a horizontal or vertical skew.
Public classTransform
A 2D geometric transform that can be used to transform ContentShape objects and Brushes.
Public classTransformCollection
A collection of transforms that can be applied as a single transform.
Public classTranslateTransform
A 2D geometric transform that applies a translation.