Draw Stroke

(PHP 7, UI 0.9.9)

Introducción

Holds the configuration for the Pen to perform a stroke

Sinopsis de la Clase

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 ]]]] )
/* Métodos */
public getCap ( void ) : int
public getJoin ( void ) : int
public getMiterLimit ( void ) : float
public getThickness ( void ) : float
public setCap ( int $cap )
public setJoin ( int $join )
public setMiterLimit ( float $limit )
public setThickness ( float $thickness )
}

Tabla de contenidos