|
PHP5中文手册
ImagickDraw::pathClose(No version information available, might be only in CVS) ImagickDraw::pathClose — Adds a path element to the current path 说明
bool ImagickDraw::pathClose
( void
)
Warning
本函数暂无文档,仅有参数列表。 Warning
本函数是实验性的。本函数的行为,包括函数名称以及其它任何关于本函数的文档可能会在没有通知的情况下随 PHP 以后的发布而改变。使用本函数风险自担。 Adds a path element to the current path which closes the current subpath by drawing a straight line from the current point to the current subpath's most recent starting point (usually, the most recent moveto point). 参数
返回值无返回值。 |