CakeFest 2024: The Official CakePHP Conference

UI\Draw\Stroke::setCap

(UI 0.9.9)

UI\Draw\Stroke::setCapSet Line Cap

Description

public UI\Draw\Stroke::setCap(int $cap)

Shall set the line cap setting for this Stroke

Liste de paramètres

cap

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top