UI
PHP Manual

Draw Stroke

(PHP 7, UI 0.9.9)

Einführung

Holds the configuration for the Pen to perform a stroke

Klassenbeschreibung

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

Inhaltsverzeichnis


UI
PHP Manual