您的位置:寻梦网首页编程乐园PHP 编程PHP5中文手册
PHP5中文手册

HaruPage::getLineJoin

(PECL haru:0.0.1)

HaruPage::getLineJoin — Get the current line join style

说明

int HaruPage::getLineJoin ( void )

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

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

错误/异常

Throws HaruException on error.