Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16147 программистов и 1772 робота. Сейчас ищут 1922 программиста ...
HaruPage::lineTo - Draw a line from the current point to the specified point
Вернуться к: HaruPage
HaruPage::lineTo
(PECL haru >= 0.0.1)
HaruPage::lineTo — Draw a line from the current point to the specified point
Описание
bool HaruPage::lineTo
( float
$x
, float $y
)Draws a line from the current point to the specified point.
Список параметров
-
x
-
-
y
-
Возвращаемые значения
Returns TRUE
on success.
Ошибки
Вызывает исключение HaruException при ошибке.
Смотрите также
- HaruPage::curveTo() - Append a Bezier curve to the current path
- HaruPage::curveTo2() - Append a Bezier curve to the current path
- HaruPage::curveTo3() - Append a Bezier curve to the current path
Вернуться к: HaruPage