Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Transforms

MatrixTransformModel Class

A 2D geometric transform that is defined by a 3-by-3 affine matrix.

csharp
public class MatrixTransformModel : TallComponents.UnoPdf.Client.Models.Pdf.Transforms.TransformModel

Inheritance System.Object 🡒 TallComponents.UnoPdf.Client.Models.Pdf.Transforms.TransformModel 🡒 MatrixTransformModel

Properties
OffsetXGets the value of the third row and first column of this Matrix structure.
OffsetYGets the value of the third row and second column of this Matrix structure.
ScaleXGets the value of the first row and first column of this Matrix structure.
ScaleYGets the value of the second row and second column of this Matrix structure.
ShearXGets the value of the first row and second column of this Matrix structure.
ShearYGets the value of the second row and first column of this Matrix structure.