GmagickDraw::getstrokewidth

(PECL gmagick >= Unknown)

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

Description

publicGmagickDraw::getstrokewidth(): float

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

Parameters

This function has no parameters.

Return Values

Returns a float describing the stroke width.

To Top