downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ImagickDraw::clear> <ImagickDraw::bezier
[edit] Last updated: Fri, 30 Nov 2012

view this page in

ImagickDraw::circle

(PECL imagick 2.0.0)

ImagickDraw::circleDraws a circle

Opis

bool ImagickDraw::circle ( float $ox , float $oy , float $px , float $py )
Ostrzeżenie

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

Draws a circle on the image.

Parametry

ox

origin x coordinate

oy

origin y coordinate

px

perimeter x coordinate

py

perimeter y coordinate

Zwracane wartości

Nie jest zwracana żadna wartość.



add a note add a note User Contributed Notes ImagickDraw::circle - [2 notes]