PHP 8.5.0 Alpha 2 available for testing

ImagickDraw::getStrokeLineCap

(PECL imagick 2, PECL imagick 3)

ImagickDraw::getStrokeLineCapDevuelve la forma a utilizar para dibujar los extremos de subrutas

Descripción

public ImagickDraw::getStrokeLineCap(): int
Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Devuelve la forma a utilizar para dibujar los extremos de subrutas.

Valores devueltos

Devuelve una constante LINECAP (imagick::LINECAP_*), o 0 si los extremos de líneas no están configurados.

add a note

User Contributed Notes

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