PHP Velho Oeste 2024

HaruPage::getLineJoin

(PECL haru >= 0.0.1)

HaruPage::getLineJoinObtiene el estilo de la línea de unión

Descripción

HaruPage::getLineJoin ( void ) : int

Obtiene el estilo de la línea de unión.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el estilo de la línea de unión. El valor resultate es uno de los siguientes:

  • HaruPage::MITER_JOIN
  • HaruPage::ROUND_JOIN
  • HaruPage::BEVEL_JOIN

Errores/Excepciones

Lanza una HaruException cuando se produce un error.

Ver también

add a note add a note

User Contributed Notes

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