ImagickDraw
PHP Manual

ImagickDraw::ellipse

(PECL imagick 2.0.0)

ImagickDraw::ellipseDraws an ellipse on the image

Opis

bool ImagickDraw::ellipse ( float $ox , float $oy , float $rx , float $ry , float $start , float $end )
Ostrzeżenie

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

Draws an ellipse on the image.

Parametry

ox

oy

rx

ry

start

end

Zwracane wartości

Nie jest zwracana żadna wartość.


ImagickDraw
PHP Manual