PHP 8.3.4 Released!

ImagickDraw::getStrokeWidth

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeWidthReturns the width of the stroke used to draw object outlines

Description

public ImagickDraw::getStrokeWidth(): float
Warning

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

Returns the width of the stroke used to draw object outlines.

Return Values

Returns a float describing the stroke width.

add a note

User Contributed Notes

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