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

UI\Draw\Stroke::getCap

(UI 0.9.9)

UI\Draw\Stroke::getCapRenvoie le type de terminaison de trait

Description

public function UI\Draw\Stroke::getCap(): int

Renvoie le type de terminaison de ce trait

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

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

To Top