? UI\Draw\Stroke::setThickness
UI\Draw\Brush::__construct ?
PHP8中文参考手册
UI
Brushes
Brushes
(UI 0.9.9)
简介
Represents a solid color brush
类摘要
UI\Draw\Brush
{
/* Constructor */
public
__construct
(
UI\Draw\Color
$color
)
public
__construct
(
int
$color
)
/* 方法 */
public
getColor
( ) :
UI\Draw\Color
public
setColor
(
UI\Draw\Color
$color
) :
void
public
setColor
(
int
$color
) :
void
}
Table of Contents
UI\Draw\Brush::__construct
— Construct a new Brush
UI\Draw\Brush::getColor
— Get Color
UI\Draw\Brush::setColor
— Set Color
User Contributed Notes
There are no user contributed notes for this page.
PHP8中文手册
由
站长在线
整理 版权归PHP文档组所有