SWFShape->movePen()

(no version information, might be only in CVS)

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

Description

class SWFShape {

void movePen ( int dx, int dy )

}

Ðñïåéäïðïßçóç

Αυτή η συνάρτηση είναι ΔΟΚΙΜΑΣΤΙΚΗ. Η συμπεριφορά της, το όνομα της και οτιδήποτε άλλο είναι τεκμηριωμένο σχετικά με αυτή την συνάρτηση μπορεί να αλλάξει χωρίς ειδοποίηση σε μελλοντικές εκδόσεις της PHP. Χρησιμοποιήστε αυτή την συνάρτηση με δικό σας ρίσκο.

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.

Δείτε επίσης

SWFShape->movePenTo()