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
)
}
Table of Contents
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