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

search for in the

ImagickDraw::circle> <ImagickDraw::arc
Last updated: Fri, 22 Aug 2008

view this page in

ImagickDraw::bezier

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

ImagickDraw::bezierDraws a bezier curve

Descrição

bool ImagickDraw::bezier ( array $coordinates )
Aviso

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

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

Parâmetros

coordinates

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

Valor Retornado

Não há valor retornado.



add a note add a note User Contributed Notes
ImagickDraw::bezier
There are no user contributed notes for this page.

ImagickDraw::circle> <ImagickDraw::arc
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites