Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Transforms Namespace
Classes | |
---|---|
IdentityTransformModel | The identity transform. This class cannot be instantiated. Instead you retrieve an existing IdentityTransform object from the static Identity property of the Transform class. |
MatrixTransformModel | A 2D geometric transform that is defined by a 3-by-3 affine matrix. |
RotateTransformModel | A 2D geometric transform that applies a clockwise rotation. |
ScaleTransformModel | A 2D geometric transform that applies a horizontal and vertical scale. |
SkewTransformModel | A 2D geometric transform that applies a horizontal or vertical skew. |
TranslateTransformModel | A 2D geometric transform that applies a translation. |