Forum und email

HaruPage::setLineJoin

(PECL haru:0.0.1)

HaruPage::setLineJoin — Set line join style for the page

說明

bool HaruPage::setLineJoin ( int $join )

Defines line join style for the page.

參數

join

Must be one of the following values:

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

Return值

Returns TRUE on success.

錯誤/例外

Throws HaruException on error.