📄 bitmap.pm
字号:
# ====================================================================# Copyright (c) 2000-2001 by Soheil Seyfaie. All rights reserved.# This program is free software; you can redistribute it and/or modify# it under the same terms as Perl itself.# ====================================================================# $Author: peterdd $# $Id: Bitmap.pm,v 1.4 2006/02/01 16:13:29 peterdd Exp $package SWF::Bitmap;use SWF();$SWF::Bitmap::VERSION = $SWF::VERSION;1;__END__=head1 NAMESWF::Bitmap - Bitmap class=head1 SYNOPSIS use SWF::Bitmap; my $bitmap = new SWF::Bitmap('filename');=head1 DESCRIPTIONSWF::Bitmap enables you to add JPG and DBL files.=head1 METHODS=over 4=item new SWF::Bitmap($file);Creates a new Bitmap object using $file.=item $bitmap->getWidth();Return width of bitmap in pixels.=item $bitmap->getHeight();Return height of bitmap in pixels.=back=head1 AUTHORSoheil Seyfaie (soheil@netcom.ca).=head1 SEE ALSOSWF, SWF::Action, SWF::Button, SWF::Movie.=cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -