The ImagickDraw class
PHP Manual

ImagickDraw::ellipse

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

ImagickDraw::ellipseDraws an ellipse on the image

Descrição

bool ImagickDraw::ellipse ( float $ox , float $oy , float $rx , float $ry , float $start , float $end )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Draws an ellipse on the image.

Parâmetros

ox

oy

rx

ry

start

end

Valor Retornado

Não há valor retornado.


The ImagickDraw class
PHP Manual