public HPDF_STATUS concat(
float a,
float b,
float c,
float d,
float x,
float y)
Concatenates the page's current transformation matrix and specified matrix.
Parameters
, b, c, d, x, y = The transformation matrix to concatenate.