The ImagickDraw class
PHP Manual

ImagickDraw::pathMoveToAbsolute

(No version information available, might be only in CVS)

ImagickDraw::pathMoveToAbsoluteStarts a new sub-path

Opis

bool ImagickDraw::pathMoveToAbsolute ( float $x , float $y )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Starts a new sub-path at the given coordinate using absolute coordinates. The current point then becomes the specified coordinate.

Parametry

x

x coordinate of the starting point

y

y coordinate of the starting point

Zwracane wartości

żadna wartość nie jest zwracana.


The ImagickDraw class
PHP Manual