GmagickDraw::setstrokewidth

(PECL gmagick >= Unknown)

GmagickDraw::setstrokewidthSets the width of the stroke used to draw object outlines

说明

publicGmagickDraw::setstrokewidth(float$width): GmagickDraw

Sets the width of the stroke used to draw object outlines

参数

width

Stroke width

返回值

The GmagickDraw object.

To Top