Home > PHP > Function > > SWFDisplayItem->scale()

SWFDisplayItem->scale()

SWFDisplayItem->scale - Scales the object in relative coordinates

Syntax

void SWFDisplayItem->scale (float $dx, float $dy)

Arguments

  • dx - Value of alpha component
  • dy - Value of alpha component

Description

swfdisplayitem->scale() scales the current object by ( dx, dy) from its current size.

Version

PHP 4.0.5

Return value

No value is returned.