ImagickDraw::getStrokeWidth
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::getStrokeWidth

ImagickDraw::getStrokeWidth

(PECL imagick 2, PECL imagick 3)

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

Descrizione

public function ImagickDraw::getStrokeWidth(): float
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

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

Valori restituiti

Returns a float describing the stroke width.

To Top