The PdfMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | Determinant |
Gets the determinant of this PdfMatrix structure.
|
![]() | IsInvertible |
Gets a value indicating whether this PdfMatrix structure is invertible.
|
![]() | M11 |
Gets or sets the value of the first row and first column of this
PdfMatrix structure.
|
![]() | M12 |
Gets or sets the value of the first row and second column of this
PdfMatrix structure.
|
![]() | M21 |
Gets or sets the value of the second row and first column of this
PdfMatrix structure.
|
![]() | M22 |
Gets or sets the value of the second row and second column of this
PdfMatrix structure.
|
![]() | OffsetX |
Gets or sets the value of the third row and first column of this
PdfMatrix structure.
|
![]() | OffsetY |
Gets or sets the value of the third row and second column of this
PdfMatrix structure.
|