Click or drag to resize

PdfMatrix Fields

The PdfMatrix type exposes the following members.

Fields
  NameDescription
Public fieldA
Gets the M11 element of the affine matrix.
Public fieldB
Gets the M21 element of the affine matrix.
Public fieldC
Gets the M12 element of the affine matrix.
Public fieldD
Gets the M22 element of the affine matrix.
Public fieldE
Gets the DX element of the affine matrix.
Public fieldF
Gets the DY element of the affine matrix.
Public fieldStatic memberIdentityMatrix
A PdfMatrix that represents the identity matrix.
Top
See Also