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.