UI\Draw\Stroke::getJoin

(UI 0.9.9)

UI\Draw\Stroke::getJoinGet Line Join

Descrição

publicUI\Draw\Stroke::getJoin(): int

Shall retrieve the line join setting of this Stroke

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

To Top