Appearance
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 | |
---|---|
OffsetX | Gets the value of the third row and first column of this Matrix structure. |
OffsetY | Gets the value of the third row and second column of this Matrix structure. |
ScaleX | Gets the value of the first row and first column of this Matrix structure. |
ScaleY | Gets the value of the second row and second column of this Matrix structure. |
ShearX | Gets the value of the first row and second column of this Matrix structure. |
ShearY | Gets the value of the second row and first column of this Matrix structure. |