Home > PHP > Function > > SWFShape->movePen()

SWFShape->movePen()

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

Syntax

void SWFShape->movePen (float $dx, float $dy)

Arguments

  • dx - Number of seconds to skip.
  • dy - Number of seconds to skip.

Description

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.

Version

PHP 4.0.5

Return value

No value is returned.