Draw Stroke
(PHP 7, UI 0.9.9)
简介
Holds the configuration for the Pen to perform a stroke
类摘要
UI\Draw\Stroke {
/* Constructor */
public
__construct ([
int
$cap
= UI\Draw\Line\Cap::Flat [,
int $join
= UI\Draw\Line\Join::Miter [,
float $thickness
= 1 [,
float $miterLimit
= 10 ]]]] )
/* 方法 */
}
Table of Contents
- UI\Draw\Stroke::__construct — Construct a new Stroke
- UI\Draw\Stroke::getCap — Get Line Cap
- UI\Draw\Stroke::getJoin — Get Line Join
- UI\Draw\Stroke::getMiterLimit — Get Miter Limit
- UI\Draw\Stroke::getThickness — Get Thickness
- UI\Draw\Stroke::setCap — Set Line Cap
- UI\Draw\Stroke::setJoin — Set Line Join
- UI\Draw\Stroke::setMiterLimit — Set Miter Limit
- UI\Draw\Stroke::setThickness — Set Thickness