PHP Velho Oeste 2024

HaruPage::moveTo

(PECL haru >= 0.0.1)

HaruPage::moveToSet starting point for new drawing path

Descrição

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

Defines starting point for new drawing path.

Parâmetros

x

A new starting point coordinate.

y

A new starting point coordinate.

Valor Retornado

Returns TRUE on success.

Erros

Lança uma HaruException em erros.

add a note add a note

User Contributed Notes

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