|
PHP5中文手册
HaruPage::getTransMatrix(PECL haru:0.0.1) HaruPage::getTransMatrix — Get the current transformation matrix of the page 说明
array HaruPage::getTransMatrix
( void
)
Returns the current transformation matrix of the page as an array of 6 elements: "a", "b", "c", "d", "x" and "y". 错误/异常Throws HaruException on error. |