![]() |
PDFix SDK
6.5.0
|
PdfMatrix. More...
Public Attributes | |
| double | a |
| double | b |
| double | c |
| double | d |
| double | e |
| double | f |
PdfMatrix.
Matrix containing six double numbers.
| double _PdfMatrix::a |
a value of the transformation matrix represented as the six-element array [ a b c d e f ].
| double _PdfMatrix::b |
b value of the transformation matrix represented as the six-element array [ a b c d e f ].
| double _PdfMatrix::c |
g value of the transformation matrix represented as the six-element array [ a b c d e f ].
| double _PdfMatrix::d |
d value of the transformation matrix represented as the six-element array [ a b c d e f ].
| double _PdfMatrix::e |
e value of the transformation matrix represented as the six-element array [ a b c d e f ].
| double _PdfMatrix::f |
f value of the transformation matrix represented as the six-element array [ a b c d e f ].