PHP 8.3.4 Released!

ImagickDraw::setStrokePatternURL

(PECL imagick 2, PECL imagick 3)

ImagickDraw::setStrokePatternURLSets the pattern used for stroking object outlines

Description

public ImagickDraw::setStrokePatternURL(string $stroke_url): bool
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

Returns true on success.

add a note

User Contributed Notes

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