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

search for in the

SWFShape->drawCurveTo()> <SWFShape->drawCubicTo()
Last updated: Fri, 10 Oct 2008

view this page in

SWFShape->drawCurve()

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

SWFShape->drawCurve()Trace une courbe (relative)

Description

SWFShape
int drawCurve ( int $controldx , int $controldy , int $anchordx , int $anchordy [, int $targetdx ], int $targetdy )
Avertissement

Cette fonction est EXPERIMENTALE. Cela signifie que le comportement de cette fonction, son nom et, concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS ! Soyez-en conscient, et utilisez cette fonction à vos risques et périls.

swfshape->drawcurve() trace une courbe (en utilisant le style de la ligne courante, défini par la fonction swfshape->setline()) depuis la position courante du stylo vers la position relative (anchorx , anchory ) en utilisant le point de contrôle relatif (controlx ,controly ).

Avec 6 paramètres, elle dessine une courbe de Bézier vers le point (x+targetdx , x+targetdy ) avec les points de contrôle (x+controldx , y+controldy ) et (x+anchordx , y+anchordy ).



add a note add a note User Contributed Notes
SWFShape->drawCurve()
There are no user contributed notes for this page.

SWFShape->drawCurveTo()> <SWFShape->drawCubicTo()
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites