|
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. Список параметров
Возвращаемые значенияReturns TRUE on success. ОшибкиВызывает исключение HaruException при ошибке. Смотрите также
|
|