SWFText::moveTo
(PHP 4 >= 4.0.5)
SWFText::moveTo — Moves the pen
Descrierea
void SWFText::moveTo
( float
$x
, float $y
)Avertizare
Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.
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.
Valorile întoarse
Nu este întoarsă nici o valoare.
There are no user contributed notes for this page.
