ImagickDraw::getStrokeDashOffset
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::getStrokeDashOffset

ImagickDraw::getStrokeDashOffset

(PECL imagick 2, PECL imagick 3)

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

说明

public function 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.

To Top