imagick_drawellipse

(PECL)

imagick_drawellipse -- Draw ellipse

说明

bool imagick_drawellipse ( resource image, float x, float y, float radius_x, float radius_y, float start_rot, float end_rot )

警告

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

参数

image

Image handle

x

Origin x ordinate

y

Origin y ordinate

radius_x

Radius in x

radius_y

Radius in y

start_rot

Starting rotation in degrees

end_rot

Ending rotation in degrees

返回值

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