UI\Draw\Stroke::setJoin
PHP Manual
PHP Manual»UI\Draw\Stroke»UI\Draw\Stroke::setJoin

UI\Draw\Stroke::setJoin

(UI 0.9.9)

UI\Draw\Stroke::setJoinSet Line Join

Опис

public function UI\Draw\Stroke::setJoin(int $join)

Shall set the line join setting for this Stroke

Параметри

join

UI\Draw\Line\Join::Miter, UI\Draw\Line\Join::Round, or UI\Draw\Line\Join::Bevel

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

To Top