Draw Stroke
(UI 0.9.9)
Introduction
Holds the configuration for the Pen to perform a stroke
Class synopsis
class UI\Draw\Stroke {
/* Constructor */
public __construct(
int
int
float
float
)
int
$cap = UI\Draw\Line\Cap::Flat,int
$join = UI\Draw\Line\Join::Miter,float
$thickness = 1,float
$miterLimit = 10)
/* Methods */
}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
↑ and ↓ to navigate • Enter to select • Esc to close • / to open