HaruPage::moveTo

(PECL haru >= 0.0.1)

HaruPage::moveToSet starting point for new drawing path

Opis

HaruPage::moveTo ( float $x , float $y ) : bool

Defines starting point for new drawing path.

Parametry

x

A new starting point coordinate.

y

A new starting point coordinate.

Zwracane wartości

Returns TRUE on success.

Błędy/Wyjątki

Zgłasza wyjątek HaruException gdy wystąpi błąd.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top