HaruPage::moveTo

(PECL haru >= 0.0.1)
Set starting point for new drawing path
bool HaruPage::moveTo ( float $x, float $y )

Defines starting point for new drawing path.

Parameters:
x

A new starting point coordinate.

y

A new starting point coordinate.

Returns:

Returns TRUE on success.

Exception:

Throws a HaruException on error.

doc_php
2016-02-24 16:03:24
Comments
Leave a Comment

Please login to continue.