UI\Draw\Stroke::getCap

(UI 0.9.9)

UI\Draw\Stroke::getCapGet Line Cap

Descripción

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

Shall retrieve the line cap setting of this Stroke

Parámetros

Esta función no tiene parámetros.

Valores devueltos

UI\Draw\Line\Cap::Flat, UI\Draw\Line\Cap::Round, or UI\Draw\Line\Cap::Square

To Top