• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • HaruPage::setLineJoin()

    (PECL haru >= 0.0.1)

    Set line join style for the page

    说明

    HaruPage::setLineJoin(int $join): bool

    Defines line join style for the page.

    参数

    $join

    Must be one of the following values:

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

    返回值

    Returns TRUE on success.

    错误/异常

    发生错误时抛出HaruException异常。

    参见

    • HaruPage::getLineJoin() Get the current line join style