Home > PHP > Function > > SWFFill->moveTo()

SWFFill->moveTo()

SWFFill->moveTo - Moves fill origin

Syntax

void SWFFill->moveTo (float $x, float $y)

Arguments

  • x - X-coordinate
  • y - Y-coordinate

Description

Moves the fill origin to the given global coordinates.

Version

PHP 4.0.5

Return value

No value is returned.