PHP Velho Oeste 2024

HaruPage::setLineJoin

(PECL haru >= 0.0.1)

HaruPage::setLineJoinSet line join style for the page

Descrierea

HaruPage::setLineJoin ( int $join ) : bool

Defines line join style for the page.

Parametri

join

Must be one of the following values:

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

Valorile întoarse

Returns TRUE on success.

Erori/Excepții

Emite un HaruException în caz de eroare.

A se vedea și

add a note add a note

User Contributed Notes

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