array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'imagickdraw.getstrokedashoffset.php', 1 => 'ImagickDraw::getStrokeDashOffset', 2 => 'Returns the offset into the dash pattern to start the dash', ), 'up' => array ( 0 => 'class.imagickdraw.php', 1 => 'ImagickDraw', ), 'prev' => array ( 0 => 'imagickdraw.getstrokedasharray.php', 1 => 'ImagickDraw::getStrokeDashArray', ), 'next' => array ( 0 => 'imagickdraw.getstrokelinecap.php', 1 => 'ImagickDraw::getStrokeLineCap', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagickdraw/getstrokedashoffset.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

ImagickDraw::getStrokeDashOffset

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeDashOffsetReturns the offset into the dash pattern to start the dash

说明

public ImagickDraw::getStrokeDashOffset(): float
警告

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

Returns the offset into the dash pattern to start the dash.

返回值

Returns a float representing the offset and 0 if it's not set.