HaruPage::lineTo
(PECL haru >= 0.0.1)
HaruPage::lineTo — Draw a line from the current point to the specified point
Описание
HaruPage::lineTo
( float
$x
, float $y
) : boolDraws 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