The ImagickDraw class
PHP Manual

ImagickDraw::ellipse

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

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

żadna wartość nie jest zwracana.


The ImagickDraw class
PHP Manual