PHP Velho Oeste 2024

HaruPage::getLineJoin

(PECL haru >= 0.0.1)

HaruPage::getLineJoinGet the current line join style

Beschreibung

HaruPage::getLineJoin ( void ) : int

Get the current line join style.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

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

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

Fehler/Exceptions

Wirft eine HaruException bei Fehlern.

Siehe auch

add a note add a note

User Contributed Notes

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