Dutch PHP Conference 2025 - Call For Papers

Line Cap Settings

(UI 0.9.9)

Вступ

Короткий огляд класу

final class UI\Draw\Line\Cap {
/* Константи */
const int Flat;
const int Round;
const int Square;
}

Попередньо визначені константи

UI\Draw\Line\Cap::Flat
UI\Draw\Line\Cap::Round
UI\Draw\Line\Cap::Square
add a note

User Contributed Notes

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