Imagick::setPage

(PECL imagick 2, PECL imagick 3)

Imagick::setPageSets the page geometry of the Imagick object

說明

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

Sets the page geometry of the Imagick object.

參數(shù)

width

height

x

y

返回值

成功時返回 true。