SWFShape->drawCurveTo

(no version information, might be only in CVS)

SWFShape->drawCurveTo -- Dessine une courbe.

Description

void swfshape->drawcurveto ( int controlx, int controly, int anchorx, int anchory)

swfshape->drawcurveto() dessine une courbe quadratique (avec le style courant de ligne, modifié par swfshape->setline()) depuis le point courant jusqu'au point (anchorx,anchory) en utilisant (controlx,controly) comme point de contrôle. C'est-à-dire qu'il commence en allant vers le point de contrôle, puis se dirigie sur le point d'ancrrage.

Voir aussi swfshape->drawlineto(), swfshape->drawline(), swfshape->movepento() et swfshape->movepen().