PHP Dokumentation: Function harupage-moveto
12. Januar 2010 von werner
HaruPage::moveTo
(PECL haru >= 0.0.1)
HaruPage::moveTo — Set starting point for new drawing path
Beschreibung
bool HaruPage::moveTo ( float $x , float $y )
Defines starting point for new drawing path.
Parameter-Liste
- x
A new starting point coordinate.
- y
A new starting point coordinate.
Rückgabewerte
Returns TRUE on success.
Fehler/Exceptions
Throws a HaruException on error.