ImagickDraw::getStrokeOpacity
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::getStrokeOpacity

ImagickDraw::getStrokeOpacity

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeOpacityReturns the opacity of stroked object outlines

Descrizione

public function ImagickDraw::getStrokeOpacity(): float
Avviso

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

Returns the opacity of stroked object outlines.

Valori restituiti

Returns a float describing the opacity.

To Top