PXC_Matrix Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_Matrix Structure}} | {{#customTitle:PXC_Matrix Structure}} | ||
Line 23: | Line 24: | ||
;e, f | ;e, f | ||
: Contain the starting location of the text element on the page, and are based on the mediabox coordinates. | : Contain the starting location of the text element on the page, and are based on the mediabox coordinates. | ||
+ | |||
== See Also == | == See Also == |
Revision as of 07:15, 20 May 2015
Specifies the current transformation matrix structure.
Syntax
struct PXC_Matrix { double a; double b; double c; double d; double e; double f; };
Members
- a, b, c, d
- Combination of all transformations (position, scaling, rotation and so on) that have been used to produce the resulting output.
- e, f
- Contain the starting location of the text element on the page, and are based on the mediabox coordinates.