HaruPage::setLineJoin

(PECL haru >= 0.0.1)

HaruPage::setLineJoinSet line join style for the page

Opis

HaruPage::setLineJoin ( int $join ) : bool

Defines line join style for the page.

Parametry

join

Must be one of the following values:

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

Zwracane wartości

Returns TRUE on success.

Błędy/Wyjątki

Zgłasza wyjątek HaruException gdy wystąpi błąd.

Zobacz też:

add a note add a note

User Contributed Notes

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