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, 26 Sep 2008

view this page in

ImagickDraw::bezier

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

ImagickDraw::bezierDraws a bezier curve

Description

bool ImagickDraw::bezier ( array $coordinates )
Warning

This function is currently not documented; only its argument list is available.

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

Parameters

coordinates

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

Return Values

No value is returned.



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, 26 Sep 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites