ImagickDraw
PHP Manual

ImagickDraw::bezier

(PECL imagick 2.0.0)

ImagickDraw::bezierDraws a bezier curve

Opis

bool ImagickDraw::bezier ( array $coordinates )
Ostrzeżenie

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

Draws a bezier curve through a set of points on the image.

Parametry

coordinates

Multidimensional array like array( array( 'x' => 1, 'y' => 2 ), array( 'x' => 3, 'y' => 4 ) )

Zwracane wartości

Nie jest zwracana żadna wartość.


ImagickDraw
PHP Manual