HaruPage::stroke
(PECL haru >= 0.0.1)
HaruPage::stroke — Paint current path
Описание
HaruPage::stroke
([ bool
$close_path
= FALSE
] ) : boolPaints the current path.
Список параметров
-
close_path
-
Closes the current path if set to
TRUE
.
Возвращаемые значения
Returns TRUE
on success.
Ошибки
Вызывает исключение HaruException при ошибке.