HaruPage::getLineJoin

(PECL haru >= 0.0.1)

HaruPage::getLineJoinGet the current line join style

Опис

int HaruPage::getLineJoin ( void )

Get the current line join style.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

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

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

Помилки/Винятки

При помилці кидає HaruException.

Прогляньте Також

add a note add a note

User Contributed Notes

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