(PECL haru >= 0.0.1)
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.
Parameters:
x
Draws a line from the current point to the specified point.
y
Draws a line from the current point to the specified point.
Returns:
Returns TRUE
on success.
Exception:
Throws a HaruException on error.
See also:
Please login to continue.