Imagick::setPage

(PECL imagick 2, PECL imagick 3)

Imagick::setPage设置 Imagick 对象的页面几何形状

说明

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

设置 Imagick 对象的页面几何形状。

参数

width

height

x

y

返回值

成功时返回 true

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top