HaruPage
PHP Manual

HaruPage::stroke

(PECL haru:0.0.1)

HaruPage::strokePaint current path

Beschreibung

bool HaruPage::stroke ([ bool $close_path ] )

Paints the current path.

Parameter-Liste

close_path

Closes the current path if set to TRUE. Defaults to FALSE.

Rückgabewerte

Returns TRUE on success.

Fehler/Exceptions

Throws HaruException on error.


HaruPage
PHP Manual