Home > PHP > Function > > SWFTextField->setBounds()

SWFTextField->setBounds()

SWFTextField->setBounds - Sets the text field width and height

Syntax

void SWFTextField->setBounds (float $width, float $height)

Arguments

  • width - Value of alpha component
  • height - Value of alpha component

Description

swftextfield->setbounds() sets the text field width to width and height to height. If you don't set the bounds yourself, Ming makes a poor guess at what the bounds are.

Version

PHP 4.0.5

Return value

No value is returned.