CakeFest 2024: The Official CakePHP Conference

GmagickDraw::setstrokewidth

(PECL gmagick >= Unknown)

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

Description

public GmagickDraw::setstrokewidth(float $width): GmagickDraw

Sets the width of the stroke used to draw object outlines

Parameters

width

Stroke width

Return Values

The GmagickDraw object.

add a note

User Contributed Notes

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