imagick_border

(PECL)

imagick_border -- Surrounds the image with a border

说明

bool imagick_border ( resource image, int x, int y, int width, int height )

警告

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

参数

image

Image handle

x

Horizontal offset

y

Vertical offset

width

Rectangle width

height

Rectangle height

返回值

如果成功则返回 TRUE,失败则返回 FALSE