The Imagick class
PHP 手册

Imagick::setPage

(PECL imagick 2.0.0)

Imagick::setPageSets the page geometry of the Imagick object

说明

bool Imagick::setPage ( int $width , int $height , int $x , int $y )
Warning

本函数暂无文档,仅有参数列表。

Sets the page geometry of the Imagick object.

参数

width

height

x

y

返回值

Returns TRUE on success.


The Imagick class
PHP 手册