PDFix SDK  6.5.0
_PdfMatrix Struct Reference

PdfMatrix. More...

Public Attributes

double a
 
double b
 
double c
 
double d
 
double e
 
double f
 

Detailed Description

PdfMatrix.

Matrix containing six double numbers.

Member Data Documentation

◆ a

double _PdfMatrix::a

a value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ b

double _PdfMatrix::b

b value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ c

double _PdfMatrix::c

g value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ d

double _PdfMatrix::d

d value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ e

double _PdfMatrix::e

e value of the transformation matrix represented as the six-element array [ a b c d e f ].

◆ f

double _PdfMatrix::f

f value of the transformation matrix represented as the six-element array [ a b c d e f ].