Matrix3D Class
Class represents transformation matrix.
Inheritance Hierarchy
SystemObject
  Aspose.PdfMatrix3D

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class Matrix3D

The Matrix3D type exposes the following members.

Constructors
  NameDescription
Public methodCode exampleMatrix3D
Constructor creates stanrard 1 to 1 matrix: [ A B C D E F G H I Tx Ty Tz] = [ 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0 , 0]
Public methodCode exampleMatrix3D(Double)
Constructor accepts a matrix with following array representation: [ A B C D E F G H I Tx Ty Tz]
Public methodMatrix3D(Matrix3D)
Constructor accepts a matrix to create a copy
Public methodCode exampleMatrix3D(Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Initializes transformation matrix with specified coefficients.
Properties
  NameDescription
Public propertyA
A member of the transformation matrix.
Public propertyB
B member of the transformation matrix.
Public propertyC
C member of the transformation matrix.
Public propertyD
D member of the transformation matrix.
Public propertyE
E member of the transformation matrix.
Public propertyF
F member of the transformation matrix.
Public propertyG
G member of the transformation matrix.
Public propertyH
H member of the transformation matrix.
Public propertyI
I member of the transformation matrix.
Public propertyTx
Tx member of the transformation matrix.
Public propertyTy
Ty member of the transformation matrix.
Public propertyTz
Tz member of the transformation matrix.
Methods
See Also