CakeFest 2024: The Official CakePHP Conference

Настройки концов линий

(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