GoLang HaruPage::setLineJoin

request it (240)
GoLang replacement for PHP's HaruPage::setLineJoin [edit | history]



Do you know a GoLang replacement for PHP's HaruPage::setLineJoin? Write it!

PHP HaruPage::setLineJoin

PHP original manual for HaruPage::setLineJoin [ show | php.net ]

HaruPage::setLineJoin

(PECL haru >= 0.0.1)

HaruPage::setLineJoinSet line join style for the page

Description

bool HaruPage::setLineJoin ( int $join )

Defines line join style for the page.

Parameters

join

Must be one of the following values:

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

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws a HaruException on error.

See Also