array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'imagickdraw.getstrokelinecap.php', 1 => 'ImagickDraw::getStrokeLineCap', 2 => 'Returns the shape to be used at the end of open subpaths when they are stroked', ), 'up' => array ( 0 => 'class.imagickdraw.php', 1 => 'ImagickDraw', ), 'prev' => array ( 0 => 'imagickdraw.getstrokedashoffset.php', 1 => 'ImagickDraw::getStrokeDashOffset', ), 'next' => array ( 0 => 'imagickdraw.getstrokelinejoin.php', 1 => 'ImagickDraw::getStrokeLineJoin', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagickdraw/getstrokelinecap.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ImagickDraw::getStrokeLineCap

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeLineCapReturns the shape to be used at the end of open subpaths when they are stroked

说明

public ImagickDraw::getStrokeLineCap(): int
警告

本函数还未编写文档,仅有参数列表。

Returns the shape to be used at the end of open subpaths when they are stroked.

返回值

Returns a LINECAP constant (imagick::LINECAP_*), or 0 if stroke linecap is not set.