Dibujo lineal
(UI 0.9.9)
Introducción
Mantiene la configuración para que el Pen haga una línea
Sinopsis de la Clase
class UI\Draw\Stroke
{
public function __construct(
int $cap = UI\Draw\Line\Cap::Flat,
int $join = UI\Draw\Line\Join::Miter,
float $thickness = 1,
float $miterLimit = 10)
}
Tabla de contenidos
There are no user contributed notes for this page.