CakeFest 2024: The Official CakePHP Conference

Настройки соединения линий

(UI 0.9.9)

Введение

Обзор классов

final class UI\Draw\Line\Join {
/* Константы */
const int Miter;
const int Round;
const int Bevel;
}

Предопределённые константы

UI\Draw\Line\Join::Miter
UI\Draw\Line\Join::Round
UI\Draw\Line\Join::Bevel
add a note

User Contributed Notes

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