Forum und email

SWFShape->movePen()

(PHP 4 >= 4.0.5)

SWFShape->movePen() — Moves the shape's pen (relative)

Description

SWFShape
void movePen ( int $dx , int $dy )
Warning

Varoitus! Tämä funktio on EKSPERIMENTAALINEN. Tämän funktion ominaisuudet, käyttäytyminen, parametrit ja nimi voivat muuttua varoituksetta seuraavissa PHP versioissa.

swfshape->setrightfill() move the shape's pen from coordinates (current x,current y) to (current x + dx , current y + dy ) in the shape's coordinate space.

Return values

No value is returned.