UI\Draw\Stroke::setThickness
UI\Draw\Brush::__construct
UI
PHP Manual
Brushes
(PHP 7, UI 0.9.9)
Введение
Represents a solid color brush
Обзор классов
UI\Draw\Brush
{
/* Constructor */
public
__construct
(
UI\Draw\Color
$color
)
public
__construct
(
integer
$color
)
/* Методы */
public
UI\Draw\Color
getColor
(
void
)
public
void
setColor
(
UI\Draw\Color
$color
)
public
void
setColor
(
integer
$color
)
}
Содержание
UI\Draw\Brush::__construct
— Construct a new Brush
UI\Draw\Brush::getColor
— Get Color
UI\Draw\Brush::setColor
— Set Color
UI\Draw\Stroke::setThickness
UI\Draw\Brush::__construct
UI
PHP Manual