Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16108 программистов и 1772 робота. Сейчас ищут 1811 программистов ...
HaruPage::ellipse - Append an ellipse to the current path
Вернуться к: HaruPage
HaruPage::ellipse
(PECL haru >= 0.0.1)
HaruPage::ellipse — Append an ellipse to the current path
Описание
bool HaruPage::ellipse
( float
$x
, float $y
, float $xray
, float $yray
)Appends an ellipse to the current path.
Список параметров
-
x
-
Horizontal coordinate of the center.
-
y
-
Vertical coordinate of the center.
-
xray
-
The ray of the ellipse in the x direction.
-
yray
-
The ray of the ellipse in the y direction.
Возвращаемые значения
Returns TRUE
on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruPage