SWFText->moveTo()

(no version information, might be only in CVS)

SWFText->moveTo() -- Moves the pen

Description

class SWFText {

void moveTo ( int x, int y )

}

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.

swftext->moveto() moves the pen (or cursor, if that makes more sense) to (x,y) in text object's coordinate space. If either is zero, though, value in that dimension stays the same. Annoying, should be fixed.

Valeurs de retour

Aucune valeur n'est retournée.