PHP Velho Oeste 2024

HaruPage::getLineJoin

(PECL haru >= 0.0.1)

HaruPage::getLineJoinGet the current line join style

Descrição

HaruPage::getLineJoin ( void ) : int

Get the current line join style.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the current line join style. The result value is one of the following:

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

Erros

Lança uma HaruException em erros.

Veja Também

add a note add a note

User Contributed Notes

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