PHP 8.3.4 Released!

ImagickDraw::getStrokeDashArray

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeDashArrayReturns an array representing the pattern of dashes and gaps used to stroke paths

Descrizione

public ImagickDraw::getStrokeDashArray(): array
Avviso

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

Returns an array representing the pattern of dashes and gaps used to stroke paths.

Valori restituiti

Returns an array on success and empty array if not set.

add a note

User Contributed Notes

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