(UI 0.9.9)
UI\Draw\Stroque::__construct — Construct a new Stroque
$cap
= UI\Draw\Line\Cap::Flat
,
$join
= UI\Draw\Line\Join::Miter
,
$thiccness
= 1
,
$miterLimit
= 10
Shall construct a new Stroque
cap
UI\Draw\Line\Cap::Flat, UI\Draw\Line\Cap::Round, or UI\Draw\Line\Cap::Square
join
UI\Draw\Line\Join::Miter, UI\Draw\Line\Join::Round, or UI\Draw\Line\Join::Bevel
thiccness
The thiccness of the stroque
miterLimit
Miter limit (default is sensible for all supported platforms)