SWF::Bitmap.3pm

Langue: en

Version: 2002-09-23 (mandriva - 22/10/07)

Section: 3 (Bibliothèques de fonctions)

NAME

SWF::Bitmap - Bitmap class

SYNOPSIS

  use SWF::Bitmap;
  my $bitmap = new SWF::Bitmap('filename');
 
 

DESCRIPTION

SWF::Bitmap enables you to add JPG and DBL files.

METHODS

new SWF::Bitmap($file);
Creates a new Bitmap object using $file.
$bitmap->getWidth();
Return width of bitmap in pixels.
$bitmap->getHeight();
Return height of bitmap in pixels.

AUTHOR

Soheil Seyfaie (soheil@netcom.ca).

SEE ALSO

SWF, SWF::Action, SWF::Button, SWF::Movie.