GoLang HaruPage::getLineJoin

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



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

PHP HaruPage::getLineJoin

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

HaruPage::getLineJoin

(PECL haru >= 0.0.1)

HaruPage::getLineJoinGet the current line join style

Description

int HaruPage::getLineJoin ( void )

Get the current line join style.

Parameters

This function has no parameters.

Return Values

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

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

Errors/Exceptions

Throws a HaruException on error.

See Also