PXC_Matrix Structure

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:PXC_Matrix Structure}}
 
{{#customTitle:PXC_Matrix Structure}}
 
{{#parentPage:PXV:PXC|PXC_Matrix Structure|structure}}
 
{{#parentPage:PXV:PXC|PXC_Matrix Structure|structure}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the current transformation matrix structure.
  
 
== Syntax ==
 
== Syntax ==
Line 20: Line 19:
  
 
== Members ==
 
== Members ==
;a
+
;a, b, c, d
: Value of double ...
+
: Combination of all transformations (position, scaling, rotation and so on) that have been used to produce the resulting output.
;b
+
;e, f
: Value of double ...
+
: Contain the starting location of the text element on the page, and are based on the mediabox coordinates.
;c
+
: Value of double ...
+
;d
+
: Value of double ...
+
;e
+
: Value of double ...
+
;f
+
: Value of double ...
+
 
+
 
== See Also ==
 
== See Also ==
See also ...
 

Revision as of 02:59, 7 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.

See Also