PHP 7.0.6 Released

ImagickDraw::setStrokePatternURL

(PECL imagick 2.0.0)

ImagickDraw::setStrokePatternURLSets the pattern used for stroking object outlines

Description

bool ImagickDraw::setStrokePatternURL ( string $stroke_url )
Warning

This function is currently not documented; only its argument list is available.

Sets the pattern used for stroking object outlines.

Parameters

stroke_url

stroke URL

Return Values

imagick.imagickdraw.return.success;

User Contributed Notes

There are no user contributed notes for this page.
To Top