Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 27005 программистов и 2804 робота. Сейчас ищут 670 программистов ...
HaruPage::arc - Append an arc to the current path
Вернуться к: HaruPage
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.
Список параметров
-
x -
Horizontal coordinate of the center.
-
y -
Vertical coordinate of the center.
-
ray -
The ray of the arc.
-
ang1 -
The angle of the beginning.
-
ang2 -
The angle of the end. Must be greater than
ang1.
Возвращаемые значения
Returns TRUE on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruPage