GoLang UI\Draw\Stroke::setJoin

request it (263)
GoLang replacement for PHP's UI\Draw\Stroke::setJoin [edit | history]



Do you know a GoLang replacement for PHP's UI\Draw\Stroke::setJoin? Write it!

PHP UI\Draw\Stroke::setJoin

PHP original manual for UI\Draw\Stroke::setJoin [ show | php.net ]

UI\Draw\Stroke::setJoin

(PHP 7, UI 0.9.9)

UI\Draw\Stroke::setJoinSet Line Join

Description

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

Shall set the line join setting for this Stroke

Parameters

join

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

Return Values