HaruPage::moveTo
(PECL haru:0.0.1)
HaruPage::moveTo — Set starting point for new drawing path
Descripción
bool HaruPage::moveTo
( float $x
, float $y
)
Defines starting point for new drawing path.
Lista de parámetros
- x
-
A new starting point coordinate.
- y
-
A new starting point coordinate.
Valores retornados
Returns TRUE on success.
Errors/Exceptions
Throws HaruException on error.
HaruPage::moveTo
There are no user contributed notes for this page.
