|
HaruPage::arc(PECL haru >= 0.0.1) HaruPage::arc — Append an arc to the current path Описание
bool HaruPage::arc
( float $x
, float $y
, float $ray
, float $ang1
, float $ang2
)
Appends an arc to the current path. Список параметров
Возвращаемые значенияReturns TRUE on success. ОшибкиВызывает исключение HaruException при ошибке. |
|